Searched refs:base_shift (Results 1 – 3 of 3) sorted by relevance
35 enum base_scale_e { base_shift = color_type::base_shift }; enumerator39 … *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);52 base_shift = color_type::base_shift, enumerator
38 base_shift = 8, enumerator39 base_size = 1 << base_shift,
1692 int base_shift = 0; in highbd_dr_prediction_z2_Nx4_avx2() local1694 base_shift = (min_base_x - base_x - 1) >> upsample_above; in highbd_dr_prediction_z2_Nx4_avx2()1704 if (base_shift > 3) { in highbd_dr_prediction_z2_Nx4_avx2()1709 a0_x128 = _mm_loadu_si128((__m128i *)(above + base_x + base_shift)); in highbd_dr_prediction_z2_Nx4_avx2()1712 *(__m128i *)HighbdEvenOddMaskx4[base_shift]); in highbd_dr_prediction_z2_Nx4_avx2()1725 _mm_shuffle_epi8(a0_x128, *(__m128i *)HighbdLoadMaskx[base_shift]); in highbd_dr_prediction_z2_Nx4_avx2()1816 int base_shift = 0; in highbd_dr_prediction_32bit_z2_Nx8_avx2() local1818 base_shift = (min_base_x - base_x - 1) >> upsample_above; in highbd_dr_prediction_32bit_z2_Nx8_avx2()1828 if (base_shift > 7) { in highbd_dr_prediction_32bit_z2_Nx8_avx2()1833 above[base_x + HighbdEvenOddMaskx8_2[base_shift][0]], in highbd_dr_prediction_32bit_z2_Nx8_avx2()[all …]