/external/libvpx/libvpx/vp8/common/ |
D | setupintrarecon.c | 24 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()
|
D | extend.c | 91 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/ |
D | setupintrarecon.c | 24 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()
|
D | extend.c | 91 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/ |
D | yv12config.c | 54 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()
|
D | vpx_scale.c | 507 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()
|
D | yv12extend.c | 91 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/ |
D | yv12config.c | 54 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()
|
D | vpx_scale.c | 507 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()
|
D | yv12extend.c | 91 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/ |
D | vp9_iface_common.h | 21 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/ |
D | vp9_postproc.c | 254 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/ |
D | ssim.c | 190 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/ |
D | ssim.c | 190 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/ |
D | vp9_decoder.c | 89 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/ |
D | vp9_extend.c | 71 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/ |
D | vp9_extend.c | 71 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/ |
D | onyxd_if.c | 130 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/ |
D | dwebp.c | 256 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/ |
D | picture.c | 93 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/ |
D | picture.c | 93 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/ |
D | CHROMIUM_schedule_overlay_plane.txt | 54 GLfloat uv_width, 66 <uv_x>, <uv_y>, <uv_width>, <uv_height> specify the region within the
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 130 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/ |
D | vpx_scale_asm_offsets.c | 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_asm_offsets.c | 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
|