Home
last modified time | relevance | path

Searched refs:frac_bits_x (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1966 const int frac_bits_x = 6 - upsample_above; in highbd_dr_prediction_32bit_z2_Nx4_avx2() local
1989 int base_x = (-y * dx) >> frac_bits_x; in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2092 const int frac_bits_x = 6 - upsample_above; in highbd_dr_prediction_z2_Nx4_avx2() local
2115 int base_x = (-y * dx) >> frac_bits_x; in highbd_dr_prediction_z2_Nx4_avx2()
2216 const int frac_bits_x = 6 - upsample_above; in highbd_dr_prediction_32bit_z2_Nx8_avx2() local
2237 int base_x = (-y * dx) >> frac_bits_x; in highbd_dr_prediction_32bit_z2_Nx8_avx2()
2366 const int frac_bits_x = 6 - upsample_above; in highbd_dr_prediction_z2_Nx8_avx2() local
2387 int base_x = (-y * dx) >> frac_bits_x; in highbd_dr_prediction_z2_Nx8_avx2()
2515 const int frac_bits_x = 6; in highbd_dr_prediction_32bit_z2_HxW_avx2() local
2547 int base_x = ((j << 6) - y * dx) >> frac_bits_x; in highbd_dr_prediction_32bit_z2_HxW_avx2()
[all …]
/external/libaom/libaom/av1/common/
Dreconintra.c567 const int frac_bits_x = 6 - upsample_above; in av1_dr_prediction_z2_c() local
575 const int base_x = x >> frac_bits_x; in av1_dr_prediction_z2_c()
705 const int frac_bits_x = 6 - upsample_above; in av1_highbd_dr_prediction_z2_c() local
713 const int base_x = x >> frac_bits_x; in av1_highbd_dr_prediction_z2_c()