Searched refs:uv_dst_stride (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 69 unsigned char *v_dst, int uv_dst_stride, in apply_ifactor() argument 74 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, in apply_ifactor() 76 vp8_filter_by_weight8x8(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor() 81 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, in apply_ifactor() 83 vp8_filter_by_weight4x4(v_src, uv_src_stride, v_dst, uv_dst_stride, in apply_ifactor()
|