Searched defs:right_step (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | intrapred_directional_neon.cc | 57 const uint8x8_t left_step, const uint8x8_t right_step, in LoadStepwise() 67 const int8x8_t left_step, const int8x8_t right_step, in LoadStepwise() 91 const int8x8_t right_step = vadd_s8(base_step, vdup_n_s8(1)); in DirectionalZone1_WxH() local 163 const int8x8_t right_step = vadd_s8(base_step, vdup_n_s8(1)); in DirectionalZone1_WxH() local 304 const uint8x8_t right_step = vadd_u8(base_step, vdup_n_u8(1)); in DirectionalZone3_WxH() local 480 const uint8x8_t right_step = vadd_u8(base_step, vdup_n_u8(1)); in DirectionalZone1Blend_WxH() local 790 const uint8x8_t right_step = vadd_u8(base_step_v, vdup_n_u8(1)); in DirectionalIntraPredictorZone3_NEON() local 1641 const uint8x8_t left_step, const uint8x8_t right_step, in LoadStepwise()
|