Searched defs:left_col (Results 1 – 6 of 6) sorted by relevance
49 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest()
1006 __m128i left_col = _mm_loadl_epi64((__m128i const *)left); in aom_h_predictor_4x8_sse2() local1037 const __m128i left_col = _mm_load_si128((__m128i const *)left); in aom_h_predictor_4x16_sse2() local1098 __m128i left_col = _mm_loadl_epi64((__m128i const *)left); in aom_h_predictor_8x4_sse2() local1118 const __m128i left_col = _mm_load_si128((__m128i const *)left); in h_predictor_8x16xc() local1243 const __m128i left_col = _mm_loadl_epi64((const __m128i *)left); in aom_h_predictor_16x4_sse2() local1251 const __m128i left_col = _mm_loadl_epi64((const __m128i *)left); in aom_h_predictor_16x8_sse2() local1262 const __m128i left_col = _mm_load_si128((const __m128i *)left); in h_predictor_16xh() local1322 __m128i left_col, left_col_8p; in aom_h_predictor_32x8_sse2() local1335 __m128i left_col, left_col_8p; in aom_h_predictor_32x16_sse2() local
330 const __m256i left_col = _mm256_loadu_si256((__m256i const *)left); in aom_h_predictor_32x32_avx2() local
70 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest()
1140 uint16_t *const left_col = left_data + 16; in build_intra_predictors_high() local1327 uint8_t *const left_col = left_data + 16; in build_intra_predictors() local
1264 int left_row, left_col; in vp9_NEWMV_diff_bias() local