Searched defs:weights_x (Results 1 – 5 of 5) sorted by relevance
| /external/libgav1/libgav1/src/dsp/arm/ |
| D | intrapred_smooth_neon.cc | 147 const uint8x8_t weights_y, const uint8x16_t weights_x, in CalculateWeightsAndPred() 363 const uint8x8_t weights_x = vld1_u8(kSmoothWeights + width - 4); in SmoothHorizontal4Or8xN_NEON() local 386 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in CalculateHorizontalWeightsAndPred() 416 uint8x16_t weights_x[4]; in SmoothHorizontal16PlusxN_NEON() local 676 const uint16x4x2_t& weights_x, const uint16_t left_y, in CalculatePred8() 713 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + 4), in Smooth8xH_NEON() local 777 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + width - 4 + x), in SmoothWxH_NEON() local 898 const uint16x4_t weights_x = vld1_u16(kSmoothWeights); in SmoothHorizontal4xH_NEON() local 922 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + 4), in SmoothHorizontal8xH_NEON() local
|
| /external/libgav1/libgav1/src/dsp/ |
| D | intrapred_smooth.cc | 61 const uint8_t* const weights_x = kSmoothWeights + block_width - 4; in Smooth() local 122 const uint8_t* const weights_x = kSmoothWeights + block_width - 4; in SmoothHorizontal() local
|
| /external/libgav1/libgav1/src/dsp/x86/ |
| D | intrapred_smooth_sse4.cc | 102 const __m128i& weights_x, in WriteSmoothPredSum4() 248 __m128i weights_x[1]; in Smooth4x8_SSE4_1() local 263 __m128i weights_x[1]; in Smooth4x16_SSE4_1() local 328 __m128i weights_x = _mm_cvtepu8_epi16(loaded_weights); in LoadSmoothWeights8() local 359 inline void WriteSmoothPred8xH(const __m128i* pixels, const __m128i* weights_x, in WriteSmoothPred8xH() 415 __m128i weights_x[2], weights_y[2]; in Smooth8x4_SSE4_1() local 431 __m128i weights_x[2], weights_y[2]; in Smooth8x8_SSE4_1() local 447 __m128i weights_x[2], weights_y[4]; in Smooth8x16_SSE4_1() local 465 __m128i weights_x[2], weights_y[8]; in Smooth8x32_SSE4_1() local 506 const __m128i weights_x = LoadLo8(sm_weights_w + x); in SmoothWxH() local
|
| /external/libaom/libaom/aom_dsp/x86/ |
| D | intrapred_ssse3.c | 913 const __m128i weights_x = in smooth_predictor_wxh() local 1602 const __m128i weights_x = in smooth_h_predictor_wxh() local
|
| /external/libaom/libaom/aom_dsp/arm/ |
| D | intrapred_neon.c | 3118 const uint8x8_t weights_x = vld1_u8(sm_weights_w + x); in smooth_predictor_wxh() local
|