Home
last modified time | relevance | path

Searched refs:uv_height (Results 1 – 25 of 28) sorted by relevance

12

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c55 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local
59 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer()
85 ybf->uv_height = uv_height; in vp8_yv12_realloc_frame_buffer()
153 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local
158 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer()
230 ybf->uv_height = uv_height; in vpx_realloc_frame_buffer()
Dyv12extend.c121 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
126 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame()
138 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
216 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c()
225 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c()
261 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c()
270 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c()
292 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c()
301 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c()
Dvpx_scale.c499 src->uv_height, (unsigned char *)dst->u_buffer, dst->uv_stride, in vpx_scale_frame()
504 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame()
509 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame()
515 src->uv_height, (unsigned char *)dst->v_buffer, dst->uv_stride, in vpx_scale_frame()
520 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame()
525 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c100 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local
112 uv_height != buf->img.uv_crop_height; in vp9_lookahead_push()
115 uv_height > buf->img.uv_height; in vp9_lookahead_push()
Dvp9_extend.c120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame()
Dvp9_encoder.c2574 h = s->uv_height; in vp9_write_yuv_rec_frame()
2582 h = s->uv_height; in vp9_write_yuv_rec_frame()
2600 h = s->uv_height; in vp9_write_yuv_rec_frame()
2608 h = s->uv_height; in vp9_write_yuv_rec_frame()
4324 src->uv_height, strength << 1);
4327 src->uv_height, strength << 1);
5573 dest->uv_height = cm->height >> cm->subsampling_y;
Dvp9_denoiser.c722 for (r = 0; r < yuv->uv_height; ++r) { in make_grayscale()
/external/libvpx/libvpx/test/
Dvp9_scale_test.cc129 assert(ref_img_.uv_height == dst_img_.uv_height); in PrintDiff()
138 ref_img_.uv_height, 1); in PrintDiff()
141 ref_img_.uv_height, 2); in PrintDiff()
Dvpx_scale_test.h157 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
160 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
/external/libvpx/libvpx/vp8/common/
Dextend.c79 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; in vp8_copy_and_extend_frame()
83 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame()
87 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame()
Dsetupintrarecon.c24 for (i = 0; i < ybf->uv_height; ++i) { in vp8_setup_intra_recon()
29 for (i = 0; i < ybf->uv_height; ++i) { in vp8_setup_intra_recon()
Dpostproc.c290 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
387 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java235 int uv_height = (height+1)/2;
236 int total_height = height + uv_height;
278 GLES20.glViewport(0, height, uv_width, uv_height);
287 GLES20.glViewport(stride/8, height, uv_width, uv_height);
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c142 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference()
173 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference()
412 sd->uv_height = pbi->common.Height / 2; in vp8dx_get_raw_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c212 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
216 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
241 const int src_heights[3] = { src->y_height, src->uv_height, in vp9_deblock()
242 src->uv_height }; in vp9_deblock()
429 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
Dvp9_reconintra.c145 frame_height = xd->cur_buf->uv_height; in build_intra_predictors_high()
292 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
/external/webp/src/enc/
Dpicture_enc.c95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local
114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA()
121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame()
110 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc117 int uv_height = (height()+1)/2; in NativeToI420Buffer() local
118 size_t size = stride * (height() + uv_height); in NativeToI420Buffer()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h96 yv12->uv_height = in image2yuvconfig()
99 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
/external/webp/src/dec/
Dbuffer_dec.c51 const int uv_height = (height + 1) / 2; in CheckDecBuffer() local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer()
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h37 int uv_height; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c149 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2852 for (i = 0; i < frame->uv_height; ++i)
2859 for (i = 0; i < frame->uv_height; ++i)
5198 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local
5200 int uv_samples = uv_height * uv_width; in vp8_get_compressed_data()
5208 recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data()
5211 recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data()
5237 pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data()
5240 pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data()
5334 dest->uv_height = cpi->common.Height / 2; in vp8_get_preview_raw_frame()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c495 yv12->uv_height = uv_h; in image2yuvconfig()

12