Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1666 const int min_base_x = -(1 << upsample_above); in highbd_dr_prediction_z2_Nx4_avx2() local
1693 if (base_x < (min_base_x - 1)) { in highbd_dr_prediction_z2_Nx4_avx2()
1694 base_shift = (min_base_x - base_x - 1) >> upsample_above; in highbd_dr_prediction_z2_Nx4_avx2()
1697 (min_base_x - base_x + upsample_above) >> upsample_above; in highbd_dr_prediction_z2_Nx4_avx2()
1739 if (base_x < min_base_x) { in highbd_dr_prediction_z2_Nx4_avx2()
1792 const int min_base_x = -(1 << upsample_above); in highbd_dr_prediction_32bit_z2_Nx8_avx2() local
1817 if (base_x < (min_base_x - 1)) { in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1818 base_shift = (min_base_x - base_x - 1) >> upsample_above; in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1821 (min_base_x - base_x + upsample_above) >> upsample_above; in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1893 if (base_x < min_base_x) { in highbd_dr_prediction_32bit_z2_Nx8_avx2()
[all …]
/external/libaom/libaom/av1/common/
Dreconintra.c562 const int min_base_x = -(1 << upsample_above); in av1_dr_prediction_z2_c() local
574 if (base_x >= min_base_x) { in av1_dr_prediction_z2_c()
699 const int min_base_x = -(1 << upsample_above); in av1_highbd_dr_prediction_z2_c() local
711 if (base_x >= min_base_x) { in av1_highbd_dr_prediction_z2_c()