Searched refs:y_src (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/libwebp/dec/ |
H A D | io.c | 54 const uint8_t* y_src = io->y; local 62 sample(y_src, y_src + io->y_stride, u_src, v_src, 64 y_src += 2 * io->y_stride; 70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); 83 const uint8_t* y_src = io->y; 91 convert(y_src, u_src, v_src, dst, mb_w); 92 y_src += io->y_stride;
|
/external/webp/src/dec/ |
H A D | io.c | 54 const uint8_t* y_src = io->y; local 62 sample(y_src, y_src + io->y_stride, u_src, v_src, 64 y_src += 2 * io->y_stride; 70 sample(y_src, y_src, u_src, v_src, dst, dst, mb_w); 83 const uint8_t* y_src = io->y; 91 convert(y_src, u_src, v_src, dst, mb_w); 92 y_src += io->y_stride;
|
/external/libvpx/libvpx/vp8/common/ |
H A D | mfqe.c | 71 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 D | pixman-trap.c | 486 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
|
H A D | pixman.h | 1088 int y_src, 1098 int y_src,
|
/external/libvpx/libvpx/vp8/decoder/ |
H A D | decodframe.c | 417 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 202 milliseconds