Searched refs:min_base_y (Results 1 – 2 of 2) sorted by relevance
563 const int min_base_y = -(1 << upsample_left); in av1_dr_prediction_z2_c() local564 (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() local701 (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()
1667 const int min_base_y = -(1 << upsample_left); in highbd_dr_prediction_z2_Nx4_avx2() local1684 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() local1809 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() local1962 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() local2111 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() local2313 min_base_y256 = _mm256_set1_epi16(min_base_y); in highbd_dr_prediction_z2_HxW_avx2()[all …]