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.c565 const int min_base_y = -(1 << upsample_left); in av1_dr_prediction_z2_c() local
566 (void)min_base_y; in av1_dr_prediction_z2_c()
584 assert(base_y >= min_base_y); in av1_dr_prediction_z2_c()
703 const int min_base_y = -(1 << upsample_left); in av1_highbd_dr_prediction_z2_c() local
704 (void)min_base_y; in av1_highbd_dr_prediction_z2_c()
722 assert(base_y >= min_base_y); in av1_highbd_dr_prediction_z2_c()
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1965 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_32bit_z2_Nx4_avx2() local
1982 min_base_y128 = _mm_set1_epi32(min_base_y); in highbd_dr_prediction_32bit_z2_Nx4_avx2()
2091 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_z2_Nx4_avx2() local
2108 min_base_y128 = _mm_set1_epi16(min_base_y); in highbd_dr_prediction_z2_Nx4_avx2()
2215 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_32bit_z2_Nx8_avx2() local
2231 min_base_y256 = _mm256_set1_epi32(min_base_y); in highbd_dr_prediction_32bit_z2_Nx8_avx2()
2365 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_z2_Nx8_avx2() local
2381 min_base_y128 = _mm_set1_epi16(min_base_y); in highbd_dr_prediction_z2_Nx8_avx2()
2512 const int min_base_y = -1; in highbd_dr_prediction_32bit_z2_HxW_avx2() local
2532 min_base_y256 = _mm256_set1_epi16(min_base_y); in highbd_dr_prediction_32bit_z2_HxW_avx2()
[all …]