Searched refs:uv_stride (Results 126 - 150 of 156) sorted by relevance

1234567

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c269 filter_xd->dst.uv_stride);
H A Dencodemb.c103 x->src.v_buffer, x->src.uv_stride, x->e_mbd.dst.u_buffer,
104 x->e_mbd.dst.v_buffer, x->e_mbd.dst.uv_stride);
H A Donyx_if.c2511 sse = calc_plane_error(orig->u_buffer, orig->uv_stride,
2512 recon->u_buffer, recon->uv_stride,
2519 sse = calc_plane_error(orig->v_buffer, orig->uv_stride,
2520 recon->v_buffer, recon->uv_stride,
2630 src += s->uv_stride;
2640 src += s->uv_stride;
3023 fwrite(frame->u_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
3030 fwrite(frame->v_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
5283 ue = calc_plane_error(orig->u_buffer, orig->uv_stride,
5284 recon->u_buffer, recon->uv_stride, ori
[all...]
H A Dpickinter.c248 unsigned char *uabove_row = x->dst.u_buffer - x->dst.uv_stride;
249 unsigned char *vabove_row = x->dst.v_buffer - x->dst.uv_stride;
270 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1];
271 vleft_col[i] = x->dst.v_buffer [i* x->dst.uv_stride -1];
H A Dfirstpass.c519 int recon_uv_stride = lst_yv12->uv_stride;
787 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
788 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
/external/webp/include/webp/
H A Dencode.h296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
/external/webp/src/dsp/
H A Ddsp.h210 const uint8_t* u, const uint8_t* v, int uv_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemb.c103 x->src.v_buffer, x->src.uv_stride, x->e_mbd.dst.u_buffer,
104 x->e_mbd.dst.v_buffer, x->e_mbd.dst.uv_stride);
H A Donyx_if.c2565 sse = calc_plane_error(orig->u_buffer, orig->uv_stride,
2566 recon->u_buffer, recon->uv_stride,
2573 sse = calc_plane_error(orig->v_buffer, orig->uv_stride,
2574 recon->v_buffer, recon->uv_stride,
2683 src += s->uv_stride;
2693 src += s->uv_stride;
3073 fwrite(frame->u_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
3080 fwrite(frame->v_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
5450 ue = calc_plane_error(orig->u_buffer, orig->uv_stride,
5451 recon->u_buffer, recon->uv_stride, ori
[all...]
H A Dpickinter.c248 unsigned char *uabove_row = x->dst.u_buffer - x->dst.uv_stride;
249 unsigned char *vabove_row = x->dst.v_buffer - x->dst.uv_stride;
270 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1];
271 vleft_col[i] = x->dst.v_buffer [i* x->dst.uv_stride -1];
H A Dfirstpass.c519 int recon_uv_stride = lst_yv12->uv_stride;
787 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
788 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c815 int* stride, int* uv_stride, int* a_stride) {
829 if (uv_stride != NULL) *uv_stride = src->u.YUVA.u_stride;
812 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) argument
H A Dwebp.c655 int* stride, int* uv_stride) {
665 *uv_stride = buf->u_stride;
653 WebPDecodeYUV(const uint8_t* data, size_t data_size, int* width, int* height, uint8_t** u, uint8_t** v, int* stride, int* uv_stride) argument
H A Dframe.c643 io->uv_stride = dec->cache_uv_stride_;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c303 img->stride[VPX_PLANE_U] = yv12->uv_stride;
304 img->stride[VPX_PLANE_V] = yv12->uv_stride;
720 yv12->uv_stride = img->stride[VPX_PLANE_U];
H A Dvp8_cx_iface.c691 yv12->uv_stride = img->stride[VPX_PLANE_U];
1081 ctx->preview_img.stride[VPX_PLANE_U] = sd.uv_stride;
1082 ctx->preview_img.stride[VPX_PLANE_V] = sd.uv_stride;
/external/webp/src/dec/
H A Didec.c815 int* stride, int* uv_stride, int* a_stride) {
829 if (uv_stride != NULL) *uv_stride = src->u.YUVA.u_stride;
812 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) argument
H A Dwebp.c667 int* stride, int* uv_stride) {
677 *uv_stride = buf->u_stride;
665 WebPDecodeYUV(const uint8_t* data, size_t data_size, int* width, int* height, uint8_t** u, uint8_t** v, int* stride, int* uv_stride) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c722 yv12->uv_stride = img->stride[VPX_PLANE_U];
1107 ctx->preview_img.stride[VPX_PLANE_U] = sd.uv_stride;
1108 ctx->preview_img.stride[VPX_PLANE_V] = sd.uv_stride;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c249 xd->plane[1].dst.stride = buf->uv_stride;
H A Dvp9_rd.c498 dst[1].stride = dst[2].stride = src->uv_stride;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c254 xd->plane[1].dst.stride = buf->uv_stride;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter.c325 int post_uv_stride = post->uv_stride;
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.c325 int post_uv_stride = post->uv_stride;

Completed in 418 milliseconds

1234567