Searched refs:uv_width (Results 1 - 25 of 35) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c24 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
H A Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
H A Dvp8_loopfilter.c385 u_ptr += post_uv_stride * 8 - post->uv_width;
386 v_ptr += post_uv_stride * 8 - post->uv_width;
437 u_ptr += post_uv_stride * 8 - post->uv_width;
438 v_ptr += post_uv_stride * 8 - post->uv_width;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c508 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
512 if (dw / 2 < (int)dst->uv_width)
514 memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
518 memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
520 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
524 if (dw / 2 < (int)dst->uv_width)
526 memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
530 memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
H A Dyv12config.c54 int uv_width = aligned_width >> 1; local
86 ybf->uv_width = uv_width;
155 const int uv_width = aligned_width >> ss_x; local
242 ybf->uv_width = uv_width;
H A Dyv12extend.c130 uv_border + ybf->uv_width - ybf->uv_crop_width);
137 uv_border + ybf->uv_width - ybf->uv_crop_width);
151 uv_border + ybf->uv_width - ybf->uv_crop_width);
157 uv_border + ybf->uv_width - ybf->uv_crop_width);
164 const int ss_x = ybf->uv_width < ybf->y_width;
169 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
252 memcpy_short_addr(dst, src, src_ybc->uv_width);
261 memcpy_short_addr(dst, src, src_ybc->uv_width);
283 memcpy(dst, src, src_ybc->uv_width);
292 memcpy(dst, src, src_ybc->uv_width);
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c106 int uv_width = src->uv_crop_width; local
119 uv_width != buf->img.uv_crop_width ||
123 uv_width > buf->img.uv_width ||
H A Dvp9_extend.c121 const int uv_width_subsampling = (src->uv_width != src->y_width);
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h36 int uv_width; member in struct:yv12_buffer_config
/external/webp/src/dec/
H A Dbuffer.c50 const int uv_width = (width + 1) / 2; local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride);
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride);
64 ok &= (u_stride >= uv_width);
65 ok &= (v_stride >= uv_width);
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h94 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
98 yv12->uv_crop_width = yv12->uv_width;
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int ss_x = ybf->uv_width < ybf->y_width;
115 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width;
/external/webrtc/talk/app/webrtc/java/jni/
H A Dnative_handle_impl.cc115 int uv_width = (width()+7) / 8; local
116 int stride = 8 * uv_width;
/external/webp/src/enc/
H A Dpicture.c94 const int uv_width = (width + 1) >> 1; local
96 const int uv_stride = uv_width;
121 uv_width < 0 || uv_height < 0) { // u/v param error
H A Dpicture_tools.c158 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop local
181 for (x = 0; x < uv_width; ++x) {
H A Dpicture_csp.c878 const int uv_width = (width + 1) >> 1; local
882 (uint16_t*)WebPSafeMalloc(4 * uv_width, sizeof(*tmp_rgb));
936 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width);
938 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg);
969 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width);
971 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c409 source->uv_height, source->uv_width,
414 source->uv_height, source->uv_width,
429 source->uv_height, source->uv_width, ppl);
432 source->uv_height, source->uv_width, ppl);
447 source->uv_height, source->uv_width, ppl);
450 source->uv_height, source->uv_width, ppl);
462 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
498 const int src_widths[3] = {src->y_width, src->uv_width, src->uv_width};
[all...]
H A Dvp9_reconintra.c148 frame_width = xd->cur_buf->uv_width;
271 frame_width = xd->cur_buf->uv_width;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DSurfaceTextureHelper.java234 int uv_width = (width+7) / 8;
278 GLES20.glViewport(0, height, uv_width, uv_height);
287 GLES20.glViewport(stride/8, height, uv_width, uv_height);
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c147 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
179 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
H A Dthreading.c782 int uv_width; local
797 uv_width = width >>1;
809 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
813 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
/external/libvpx/libvpx/test/
H A Dvpx_scale_test.cc122 ref_img_.uv_width, ref_img_.uv_height,
127 ref_img_.uv_width, ref_img_.uv_height,
/external/webp/src/dsp/
H A Dyuv.c181 const int uv_width = src_width >> 1; local
183 for (i = 0; i < uv_width; ++i) {
/external/opencv3/3rdparty/libwebp/enc/
H A Dpicture.c50 const int uv_width = HALVE(width); local
52 const int uv_stride = uv_width;
66 uv0_stride = uv_width;
88 uv_width < 0 || uv_height < 0) { // u/v param error
583 const int uv_width = HALVE(picture->width); local
586 memset(picture->u + y * picture->uv_stride, 128, uv_width);
587 memset(picture->v + y * picture->uv_stride, 128, uv_width);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c152 a->uv_height == b->uv_height && a->uv_width == b->uv_width;

Completed in 568 milliseconds

12