Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1964 const int min_base_x = -(1 << upsample_above); in highbd_dr_prediction_32bit_z2_Nx4_avx2() local
1991 if (base_x < (min_base_x - 1)) { in highbd_dr_prediction_32bit_z2_Nx4_avx2()
1992 base_shift = (min_base_x - base_x) >> upsample_above; in highbd_dr_prediction_32bit_z2_Nx4_avx2()
1995 (min_base_x - base_x + upsample_above) >> upsample_above; in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2037 if (base_x < min_base_x) { in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2090 const int min_base_x = -(1 << upsample_above); in highbd_dr_prediction_z2_Nx4_avx2() local
2117 if (base_x < (min_base_x - 1)) { in highbd_dr_prediction_z2_Nx4_avx2()
2118 base_shift = (min_base_x - base_x) >> upsample_above; in highbd_dr_prediction_z2_Nx4_avx2()
2121 (min_base_x - base_x + upsample_above) >> upsample_above; in highbd_dr_prediction_z2_Nx4_avx2()
2164 if (base_x < min_base_x) { in highbd_dr_prediction_z2_Nx4_avx2()
[all …]
/external/libgav1/libgav1/src/dsp/
Dintrapred_directional.cc118 const int min_base_x = -(1 << upsample_top_shift); in DirectionalIntraPredictorZone2_C() local
128 if (top_base_x >= min_base_x) { in DirectionalIntraPredictorZone2_C()
/external/libaom/libaom/av1/common/
Dreconintra.c564 const int min_base_x = -(1 << upsample_above); in av1_dr_prediction_z2_c() local
576 if (base_x >= min_base_x) { in av1_dr_prediction_z2_c()
702 const int min_base_x = -(1 << upsample_above); in av1_highbd_dr_prediction_z2_c() local
714 if (base_x >= min_base_x) { in av1_highbd_dr_prediction_z2_c()