Searched refs:scale_1_to_2_phase_0_row (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/x86/ |
H A D | vp9_frame_scale_ssse3.c | 650 static void scale_1_to_2_phase_0_row(const uint8_t *src, uint8_t *dst, function 695 scale_1_to_2_phase_0_row(src - 3 * src_stride - 3, tmp[0], max_width, f); 696 scale_1_to_2_phase_0_row(src - 2 * src_stride - 3, tmp[1], max_width, f); 697 scale_1_to_2_phase_0_row(src - 1 * src_stride - 3, tmp[2], max_width, f); 698 scale_1_to_2_phase_0_row(src + 0 * src_stride - 3, tmp[3], max_width, f); 699 scale_1_to_2_phase_0_row(src + 1 * src_stride - 3, tmp[4], max_width, f); 700 scale_1_to_2_phase_0_row(src + 2 * src_stride - 3, tmp[5], max_width, f); 701 scale_1_to_2_phase_0_row(src + 3 * src_stride - 3, tmp[6], max_width, f); 706 scale_1_to_2_phase_0_row(src + 4 * src_stride - 3, tmp[7], max_width, f);
|
Completed in 72 milliseconds