Searched refs:base_step (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 88 const int8x8_t base_step = upsampled ? even : all; in DirectionalZone1_WxH() local 89 const int8x8_t right_step = vadd_s8(base_step, vdup_n_s8(1)); in DirectionalZone1_WxH() 108 const int8x8_t base_v = vadd_s8(vdup_n_s8(top_base_x), base_step); in DirectionalZone1_WxH() 120 vtbl1_u8(value, vreinterpret_u8_s8(base_step)); in DirectionalZone1_WxH() 129 LoadStepwise(top + top_base_x, base_step, right_step, &left_values, in DirectionalZone1_WxH() 159 const int8x8_t base_step = upsampled ? even : all; in DirectionalZone1_WxH() local 160 const int8x8_t right_step = vadd_s8(base_step, vdup_n_s8(1)); in DirectionalZone1_WxH() 180 int8x8_t base_v = vadd_s8(vdup_n_s8(top_base_x), base_step); in DirectionalZone1_WxH() 189 LoadStepwise(top + top_base_x + x, base_step, right_step, &left_values, in DirectionalZone1_WxH() 303 const uint8x8_t base_step = upsample_shift ? even : all; in DirectionalZone3_WxH() local [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 528 const int base_step = 1 << upsample_shift; in DirectionalIntraPredictorZone1_C() local 553 top_base_x += base_step; in DirectionalIntraPredictorZone1_C() 624 const int base_step = 1 << upsample_shift; in DirectionalIntraPredictorZone3_C() local 628 base_step * (height - 1)); // left_base_y in DirectionalIntraPredictorZone3_C() 643 left_base_y += base_step; in DirectionalIntraPredictorZone3_C()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 1531 const int base_step = 1 << upsample_shift; in DirectionalZone1_Large() local 1532 const int base_step8 = base_step << 3; in DirectionalZone1_Large() 1542 LeftShift((max_base_x - (base_step * width)), scale_bits) / xstep, in DirectionalZone1_Large() 1642 const int base_step = 1 << upsample_shift; in DirectionalZone1_SSE4_1() local 1643 const int base_step8 = base_step << 3; in DirectionalZone1_SSE4_1() 1646 if (((xstep * height) >> scale_bits) + base_step * width < max_base_x) { in DirectionalZone1_SSE4_1()
|