Searched refs:min_base_y (Results 1 – 2 of 2) sorted by relevance
565 const int min_base_y = -(1 << upsample_left); in av1_dr_prediction_z2_c() local566 (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() local704 (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()
1965 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_32bit_z2_Nx4_avx2() local1982 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() local2108 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() local2231 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() local2381 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() local2532 min_base_y256 = _mm256_set1_epi16(min_base_y); in highbd_dr_prediction_32bit_z2_HxW_avx2()[all …]