Searched refs:y_width (Results 1 - 25 of 60) sorted by relevance

123

/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;
61 yv12->y_width = img->d_w;
64 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
65 : yv12->y_width;
80 yv12->alpha_width = yv12->y_width;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dextend.c81 int er = dst->border + dst->y_width - src->y_width;
85 src->y_height, src->y_width,
113 int er = dst->border + dst->y_width - src->y_width;
126 if (srcx + srcw != src->y_width)
/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dextend.c81 int er = dst->border + dst->y_width - src->y_width;
85 src->y_height, src->y_width,
113 int er = dst->border + dst->y_width - src->y_width;
126 if (srcx + srcw != src->y_width)
H A Dpostproc.c317 post->y_width, q2mbl(q));
319 post->y_width, q2mbl(q));
369 post->y_stride, source->y_width, ylimits, 16);
396 int mb_rows = source->y_width >> 4;
412 source->y_stride, source->y_stride, source->y_width, limits, 16);
735 dest->y_width = oci->Width;
830 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
854 int mb_cols = post->y_width >> 4;
875 y_ptr += post->y_stride * 16 - post->y_width;
886 int mb_cols = post->y_width >>
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c60 assert(ybf->y_width - ybf->y_crop_width < 16);
62 assert(ybf->y_width - ybf->y_crop_width >= 0);
68 ybf->border + ybf->y_width - ybf->y_crop_width);
74 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
80 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
94 assert(ybf->y_width - ybf->y_crop_width < 16);
96 assert(ybf->y_width - ybf->y_crop_width >= 0);
102 ext_size + ybf->y_width - ybf->y_crop_width);
135 assert(src_ybc->y_width == dst_ybc->y_width);
[all...]
H A Dvpx_scale.c491 int dw = (hscale - 1 + src->y_width * hratio) / hscale;
495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_extend.c67 const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width,
71 const int uv_width_subsampling = (src->uv_width != src->y_width);
80 src->y_width, src->y_height,
103 const int er_y = srcx + srcw != src->y_width ? 0 :
104 dst->border + dst->y_width - src->y_width;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c110 assert(ybf->y_width - ybf->y_crop_width < 16);
112 assert(ybf->y_width - ybf->y_crop_width >= 0);
121 ybf->border + ybf->y_width - ybf->y_crop_width);
128 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
135 (ybf->border + ybf->y_width - ybf->y_crop_width + 1) / 2);
143 ybf->border + ybf->y_width - ybf->y_crop_width);
162 const int ss_x = ybf->uv_width < ybf->y_width;
170 assert(ybf->y_width - ybf->y_crop_width < 16);
172 assert(ybf->y_width - ybf->y_crop_width >= 0);
180 ext_size + ybf->y_width
[all...]
H A Dvpx_scale.c491 int dw = (hscale - 1 + src->y_width * hratio) / hscale;
495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
H A Dyv12config.h29 int y_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c67 const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width,
71 const int uv_width_subsampling = (src->uv_width != src->y_width);
80 const int el_a = dst->border >> (dst->alpha_width != dst->y_width);
92 src->y_width, src->y_height,
115 const int er_y = srcx + srcw != src->y_width ? 0 :
116 dst->border + dst->y_width - src->y_width;
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c20 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
H A Dyv12config.h28 int y_width; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_iface_common.h64 yv12->y_width = img->d_w;
67 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
68 : yv12->y_width;
/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;
118 assert(ybf->y_width - ybf->y_crop_width < 16);
120 assert(ybf->y_width - ybf->y_crop_width >= 0);
126 ext_size + ybf->y_width - ybf->y_crop_width);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c119 assert(ybf->y_width - ybf->y_crop_width < 16);
121 assert(ybf->y_width - ybf->y_crop_width >= 0);
127 ext_size + ybf->y_width - ybf->y_crop_width);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c244 source->y_height, source->y_width, ppl);
247 post->y_width, q2mbl(q));
250 post->y_width, q2mbl(q));
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};
431 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride);
437 dest->y_width = cm->width;
439 dest->uv_width = dest->y_width >> cm->subsampling_x;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c298 source->y_height, source->y_width, ppl);
301 post->y_width, q2mbl(q));
304 post->y_width, q2mbl(q));
324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
643 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride);
664 int mb_cols = ppbuf->y_width >> 4;
683 y_ptr += post->y_stride * 16 - post->y_width;
691 int mb_cols = ppbuf->y_width >> 4;
716 y_ptr += post->y_stride * 16 - post->y_width;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h117 size_t y_width = frame->GetWidth(); local
123 for (size_t j = 0; j < y_width; ++j) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c128 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width ||
160 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width ||
414 sd->y_width = pbi->common.Width;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c128 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width ||
160 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width ||
440 sd->y_width = pbi->common.Width;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c81 frame->y_width, 1, yframe);
181 return a->y_height == b->y_height && a->y_width == b->y_width &&
426 sd->y_width = pbi->common.width;
428 sd->uv_width = sd->y_width >> pbi->common.subsampling_x;

Completed in 3538 milliseconds

123