Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
Dloopfilter.c387 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
388 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
439 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
440 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
Dpostproc.c374 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock()
378 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock()
417 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
421 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c56 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local
86 ybf->uv_width = uv_width; in vp8_yv12_realloc_frame_buffer()
150 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer() local
251 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
65 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
Donyx_if.c2630 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame()
2640 fwrite(src, s->uv_width, 1, yuv_file); in vp8_write_yuv_frame()
3024 fwrite(frame->u_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
3031 fwrite(frame->v_buffer + i * frame->uv_stride, frame->uv_width, 1, yframe);
5278 int uv_samples = orig->uv_height * orig->uv_width ; in vp8_get_compressed_data()
5286 recon->u_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data()
5289 recon->v_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data()
5313 pp->u_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data()
5316 pp->v_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
431 sd->uv_width = sd->y_width >> pbi->common.subsampling_x; in vp9_get_raw_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
Dvp9_onyx_if.c1697 const int widths[3] = {a->y_width, a->uv_width, a->uv_width }; in calc_psnr()
1823 fwrite(src, s->uv_width, 1, yuv_file); in vp9_write_yuv_frame()
1831 fwrite(src, s->uv_width, 1, yuv_file); in vp9_write_yuv_frame()
1852 fwrite(src, s->uv_width, 1, yuv_rec_file); in vp9_write_yuv_rec_frame()
1860 fwrite(src, s->uv_width, 1, yuv_rec_file); in vp9_write_yuv_rec_frame()
1991 frame->uv_width, 1, yframe); in write_cx_frame_to_file()
1999 frame->uv_width, 1, yframe); in write_cx_frame_to_file()
2908 const int subsampling_x = sd->uv_width < sd->y_width;
3336 dest->uv_width = cm->width >> cm->subsampling_x;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
Dyv12config.h34 int uv_width; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
Dthreading.c779 int uv_width; in vp8mt_alloc_temp_buffers() local
794 uv_width = width >>1; in vp8mt_alloc_temp_buffers()
806 …M_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXE… in vp8mt_alloc_temp_buffers()
810 …M_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXE… in vp8mt_alloc_temp_buffers()
Ddecodeframe.c459 plane_width = ybf->uv_width; in yv12_extend_frame_left_right_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c308 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
311 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_deblock()
350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width, in vp9_denoise()
973 dest->uv_width = dest->y_width >> cm->subsampling_x; in vp9_post_proc_frame()
Dvp9_reconintra.c344 frame_width = xd->cur_buf->uv_width; in build_intra_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c116 const int c_er = c_ext_size + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
Dvp8_vpxyv12_copyframe_func_neon.asm100 mov r5, r5, lsr #1 ;src uv_width
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c718 yv12->uv_width = yv12->y_width / 2; in image2yuvconfig()
Dvp8_cx_iface.c690 yv12->uv_width = (1 + yv12->y_width) / 2; in image2yuvconfig()