Home
last modified time | relevance | path

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

123

/external/libvpx/libvpx/vp8/common/
Dsetupintrarecon.c24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width; in vp8_copy_and_extend_frame()
95 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
100 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dsetupintrarecon.c24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width; in vp8_copy_and_extend_frame()
95 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
100 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
Dyv12config.c54 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local
84 ybf->uv_width = uv_width; in vp8_yv12_realloc_frame_buffer()
146 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer() local
215 ybf->uv_width = uv_width; in vp9_realloc_frame_buffer()
Dvpx_scale.c507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame()
511 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
513 …v_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
517 …py(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame()
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame()
523 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
525 …v_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
529 …py(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame()
Dyv12extend.c91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
149 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
158 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c54 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local
84 ybf->uv_width = uv_width; in vp8_yv12_realloc_frame_buffer()
146 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer() local
216 ybf->uv_width = uv_width; in vp9_realloc_frame_buffer()
Dvpx_scale.c507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame()
511 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
513 …v_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
517 …py(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame()
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame()
523 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
525 …v_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
529 …py(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); in vpx_scale_frame()
Dyv12extend.c91 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
149 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
158 vpx_memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h21 if (yv12->uv_width == yv12->y_width) { in yuvconfig2image()
35 img->x_chroma_shift = yv12->uv_width < yv12->y_width; in yuvconfig2image()
64 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 in image2yuvconfig()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_postproc.c254 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
257 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
270 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_deblock()
296 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_denoise()
440 dest->uv_width = dest->y_width >> cm->subsampling_x; in vp9_post_proc_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dssim.c190 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim()
194 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim()
221 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg()
225 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg()
/external/libvpx/libvpx/vp8/encoder/
Dssim.c190 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim()
194 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssim()
221 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg()
225 source->uv_stride, dest->uv_stride, source->uv_width, in vp8_calc_ssimg()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c89 frame->uv_width, 1, yframe); in write_dx_frame_to_file()
97 frame->uv_width, 1, yframe); in write_dx_frame_to_file()
182 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions()
428 sd->uv_width = sd->y_width >> pbi->common.subsampling_x; in vp9_get_raw_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_extend.c71 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame()
97 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
102 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c71 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame()
97 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
102 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Donyxd_if.c130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ in vp8dx_get_reference()
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){ in vp8dx_set_reference()
/external/webp/examples/
Ddwebp.c256 const int uv_width = (width + 1) / 2; in WritePGMOrYUV() local
272 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1); in WritePGMOrYUV()
273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1); in WritePGMOrYUV()
277 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1); in WritePGMOrYUV()
280 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1); in WritePGMOrYUV()
/external/webp/src/enc/
Dpicture.c93 const int uv_width = (width + 1) >> 1; in WebPPictureAllocYUVA() local
95 const int uv_stride = uv_width; in WebPPictureAllocYUVA()
120 uv_width < 0 || uv_height < 0) { // u/v param error in WebPPictureAllocYUVA()
/external/chromium_org/third_party/libwebp/enc/
Dpicture.c93 const int uv_width = (width + 1) >> 1; in WebPPictureAllocYUVA() local
95 const int uv_stride = uv_width; in WebPPictureAllocYUVA()
120 uv_width < 0 || uv_height < 0) { // u/v param error in WebPPictureAllocYUVA()
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_schedule_overlay_plane.txt54 GLfloat uv_width,
66 <uv_x>, <uv_y>, <uv_width>, <uv_height> specify the region within the
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ in vp8dx_get_reference()
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){ in vp8dx_set_reference()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));

123