Home
last modified time | relevance | path

Searched defs:weights_x (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc95 const uint8x8_t bottom_left, const uint8x8_t weights_x, in CalculateWeightsAndPred()
138 const uint8x8_t weights_y, const uint8x16_t weights_x, in CalculateWeightsAndPred()
353 const uint8x8_t weights_x = vld1_u8(kSmoothWeights + width - 4); in SmoothHorizontal4Or8xN_NEON() local
373 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in CalculateHorizontalWeightsAndPred()
402 uint8x16_t weights_x[4]; in SmoothHorizontal16PlusxN_NEON() local
661 const uint16x4x2_t weights_x, const uint16_t left_y, in CalculatePred8()
698 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + 4), in Smooth8xH_NEON() local
756 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + width - 4 + x), in SmoothWxH_NEON() local
874 const uint16x4_t weights_x = vld1_u16(kSmoothWeights); in SmoothHorizontal4xH_NEON() local
898 const uint16x4x2_t weights_x = {vld1_u16(kSmoothWeights + 4), in SmoothHorizontal8xH_NEON() local
/external/libgav1/src/dsp/
Dintrapred_smooth.cc61 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/libaom/aom_dsp/arm/
Dhighbd_intrapred_neon.c422 const uint16x4x2_t weights_x, const uint16_t left_y, in highbd_calculate_pred8()
456 const uint16x4x2_t weights_x = { { vld1_u16(smooth_weights_u16 + 4), in highbd_smooth_8xh_neon() local
710 const uint16x4_t weights_x = vld1_u16(smooth_weights_u16); in highbd_smooth_h_4xh_neon() local
728 const uint16x4x2_t weights_x = { { vld1_u16(smooth_weights_u16 + 4), in highbd_smooth_h_8xh_neon() local
Dintrapred_neon.c2704 const uint8x8_t bottom_left, const uint8x8_t weights_x, in calculate_weights_and_pred()
2762 const uint8x8_t weights_y, const uint8x16_t weights_x, in calculate_weights_and_predq()
3104 const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x, in calculate_horizontal_weights_and_pred()
/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc102 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/aom_dsp/x86/
Dintrapred_ssse3.c966 const __m128i weights_x = LoadLo8(sm_weights_w + x); in smooth_predictor_wxh() local