Searched defs:y_src (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c71 static void apply_ifactor(unsigned char *y_src, argument
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c71 static void apply_ifactor(unsigned char *y_src, argument
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
/external/pixman/pixman/
H A Dpixman-trap.c486 int y_src,
541 x_src + box.x1, y_src + box.y1,
677 int y_src,
688 x_src, y_src, x_dst, y_dst,
481 pixman_composite_trapezoids(pixman_op_t op, pixman_image_t * src, pixman_image_t * dst, pixman_format_code_t mask_format, int x_src, int y_src, int x_dst, int y_dst, int n_traps, const pixman_trapezoid_t * traps) argument
672 pixman_composite_triangles(pixman_op_t op, pixman_image_t * src, pixman_image_t * dst, pixman_format_code_t mask_format, int x_src, int y_src, int x_dst, int y_dst, int n_tris, const pixman_triangle_t * tris) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c418 unsigned char *y_src,
440 src_ptr1 = y_src;
417 yv12_extend_frame_left_right_c(YV12_BUFFER_CONFIG *ybf, unsigned char *y_src, unsigned char *u_src, unsigned char *v_src) argument
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c417 unsigned char *y_src,
439 src_ptr1 = y_src;
416 yv12_extend_frame_left_right_c(YV12_BUFFER_CONFIG *ybf, unsigned char *y_src, unsigned char *u_src, unsigned char *v_src) argument

Completed in 414 milliseconds