Searched refs:uv_width (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dsetupintrarecon.c24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
H A Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
H A Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
H A Dyv12config.h35 int uv_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
H A Dyv12config.h34 int uv_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h21 if (yv12->uv_width == yv12->y_width) {
35 img->x_chroma_shift = yv12->uv_width < yv12->y_width;
64 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
517 vpx_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
523 if (dw / 2 < (int)dst->uv_width)
525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
529 vpx_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
H A Dyv12config.c57 int uv_width = aligned_width >> 1; local
89 ybf->uv_width = uv_width;
156 const int uv_width = aligned_width >> ss_x; local
239 ybf->uv_width = uv_width;
H A Dyv12extend.c149 uv_border + ybf->uv_width - ybf->uv_crop_width);
155 uv_border + ybf->uv_width - ybf->uv_crop_width);
162 const int ss_x = ybf->uv_width < ybf->y_width;
167 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
250 memcpy_short_addr(dst, src, src_ybc->uv_width);
259 memcpy_short_addr(dst, src, src_ybc->uv_width);
281 vpx_memcpy(dst, src, src_ybc->uv_width);
290 vpx_memcpy(dst, src, src_ybc->uv_width);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
517 vpx_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
523 if (dw / 2 < (int)dst->uv_width)
525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
529 vpx_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
H A Dyv12config.c54 int uv_width = aligned_width >> 1; local
84 ybf->uv_width = uv_width;
146 const int uv_width = aligned_width >> ss_x; local
216 ybf->uv_width = uv_width;
H A Dyv12extend.c91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width;
149 vpx_memcpy(dst, src, src_ybc->uv_width);
158 vpx_memcpy(dst, src, src_ybc->uv_width);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_extend.c71 const int uv_width_subsampling = (src->uv_width != src->y_width);
85 src->uv_width, src->uv_height,
90 src->uv_width, src->uv_height,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dssim.c190 source->uv_stride, dest->uv_stride, source->uv_width,
194 source->uv_stride, dest->uv_stride, source->uv_width,
221 source->uv_stride, dest->uv_stride, source->uv_width,
225 source->uv_stride, dest->uv_stride, source->uv_width,
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c190 source->uv_stride, dest->uv_stride, source->uv_width,
194 source->uv_stride, dest->uv_stride, source->uv_width,
221 source->uv_stride, dest->uv_stride, source->uv_width,
225 source->uv_stride, dest->uv_stride, source->uv_width,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c254 source->uv_height, source->uv_width, ppl);
257 source->uv_height, source->uv_width, ppl);
268 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
288 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
439 dest->uv_width = dest->y_width >> cm->subsampling_x;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int ss_x = ybf->uv_width < ybf->y_width;
115 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c71 const int uv_width_subsampling = (src->uv_width != src->y_width);
97 src->uv_width, src->uv_height,
102 src->uv_width, src->uv_height,
/external/webp/src/enc/
H A Dpicture.c93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c89 frame->uv_width, 1, yframe);
97 frame->uv_width, 1, yframe);
182 a->uv_height == b->uv_height && a->uv_width == b->uv_width;
428 sd->uv_width = sd->y_width >> pbi->common.subsampling_x;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){

Completed in 2061 milliseconds

123