Searched refs:u_src (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 75 unsigned char *u_src, in apply_ifactor() argument 87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight); in apply_ifactor() 93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight); in apply_ifactor()
|
/external/webp/src/dec/ |
D | io.c | 67 const uint8_t* u_src = io->u; 74 convert(y_src, u_src, v_src, dst, mb_w); 76 u_src += io->uv_stride;
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 419 unsigned char *u_src, in yv12_extend_frame_left_right_c() argument 464 src_ptr1 = u_src; in yv12_extend_frame_left_right_c()
|