Searched refs:offset_idx1 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_frame_scale_ssse3.c470 const int offset_idx1 = (offset1_q4 >> 4) & 1; local
482 shuffle_filter_funcs[offset_idx1](coef[offset1_q4 & SUBPEL_MASK], f1);
494 f1[1 + offset_idx1] = _mm_sub_epi8(f1[1 + offset_idx1], _mm_set1_epi8(64));
525 d[1] = convolve8_funcs[offset_idx1](&s[offset1_q4 >> 5], f1);
528 d[4] = convolve8_funcs[offset_idx1](&s[2 + (offset1_q4 >> 5)], f1);
601 d[1] = convolve8_funcs[offset_idx1](&s[offset1_q4 >> 5], f1);
604 d[4] = convolve8_funcs[offset_idx1](&s[2 + (offset1_q4 >> 5)], f1);

Completed in 41 milliseconds