Searched refs:zero_to_seven (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 536 const int16x8_t zero_to_seven = {0, 1, 2, 3, 4, 5, 6, 7}; in DirectionalZone2_4xH() local 567 int16x8_t left_y = vmulq_n_s16(zero_to_seven, -ystep); in DirectionalZone2_4xH() 653 const int16x8_t zero_to_seven = {0, 1, 2, 3, 4, 5, 6, 7}; in DirectionalZone2_8() local 690 int16x8_t left_y = vmulq_n_s16(zero_to_seven, -ystep); in DirectionalZone2_8()
|