Searched defs:weights_x (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 121 const uint8x8_t weights_y, const uint8x16_t weights_x, in CalculateWeightsAndPred() 343 const uint8x8_t weights_x = vld1_u8(kSmoothWeights + width - 4); in SmoothHorizontal4Or8xN_NEON() local 366 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in CalculateHorizontalWeightsAndPred() 395 uint8x16_t weights_x[4]; in SmoothHorizontal16PlusxN_NEON() local
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_smooth.cc | 72 const uint8_t* const weights_x = kSmoothWeights + block_width - 4; in Smooth() local 131 const uint8_t* const weights_x = kSmoothWeights + block_width - 4; in SmoothHorizontal() local
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 113 const __m128i& left, const __m128i& weights_x, in WriteSmoothPredSum4() 254 __m128i weights_x[1]; in Smooth4x8_SSE4_1() local 267 __m128i weights_x[1]; in Smooth4x16_SSE4_1() local 330 __m128i weights_x = _mm_cvtepu8_epi16(loaded_weights); in LoadSmoothWeights8() local 361 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 430 __m128i weights_x[2], weights_y[2]; in Smooth8x8_SSE4_1() local 444 __m128i weights_x[2], weights_y[4]; in Smooth8x16_SSE4_1() local 460 __m128i weights_x[2], weights_y[8]; in Smooth8x32_SSE4_1() local 500 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
|