Home
last modified time | relevance | path

Searched refs:base_shift (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_pixfmt_gray.h35 enum base_scale_e { base_shift = color_type::base_shift }; enumerator
39 … *p = (value_type)((((cv - calc_type(*p)) * alpha) + (calc_type(*p) << base_shift)) >> base_shift);
52 base_shift = color_type::base_shift, enumerator
Dagg_color_gray.h38 base_shift = 8, enumerator
39 base_size = 1 << base_shift,
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1692 int base_shift = 0; in highbd_dr_prediction_z2_Nx4_avx2() local
1694 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() local
1818 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 …]