Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c563 const int min_base_y = -(1 << upsample_left); in av1_dr_prediction_z2_c() local
564 (void)min_base_y; in av1_dr_prediction_z2_c()
582 assert(base_y >= min_base_y); in av1_dr_prediction_z2_c()
700 const int min_base_y = -(1 << upsample_left); in av1_highbd_dr_prediction_z2_c() local
701 (void)min_base_y; in av1_highbd_dr_prediction_z2_c()
719 assert(base_y >= min_base_y); in av1_highbd_dr_prediction_z2_c()
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1667 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_z2_Nx4_avx2() local
1684 min_base_y128 = _mm_set1_epi32(min_base_y); in highbd_dr_prediction_z2_Nx4_avx2()
1793 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_32bit_z2_Nx8_avx2() local
1809 min_base_y256 = _mm256_set1_epi32(min_base_y); in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1946 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_z2_Nx8_avx2() local
1962 min_base_y128 = _mm_set1_epi16(min_base_y); in highbd_dr_prediction_z2_Nx8_avx2()
2094 const int min_base_y = -1; in highbd_dr_prediction_32bit_z2_HxW_avx2() local
2111 min_base_y256 = _mm256_set1_epi16(min_base_y); in highbd_dr_prediction_32bit_z2_HxW_avx2()
2297 const int min_base_y = -1; in highbd_dr_prediction_z2_HxW_avx2() local
2313 min_base_y256 = _mm256_set1_epi16(min_base_y); in highbd_dr_prediction_z2_HxW_avx2()
[all …]