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

/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_frame_scale_ssse3.c466 const int offset1_q4 = phase_scaler + 1 * step_q4; local
470 const int offset_idx1 = (offset1_q4 >> 4) & 1;
482 shuffle_filter_funcs[offset_idx1](coef[offset1_q4 & SUBPEL_MASK], f1);
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 87 milliseconds