HomeSort by relevance Sort by last modified time
    Searched defs:uv_stride (Results 1 - 25 of 28) sorted by null

1 2

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 57 * uv_stride == y_stride/2, so enforce this here. */
58 int uv_stride = y_stride >> 1; local
59 int uvplane_size = (uv_height + border) * uv_stride;
88 ybf->uv_stride = uv_stride;
98 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
99 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
157 const int uv_stride = y_stride >> ss_x; local
161 (uint64_t)uv_stride + byte_alignment;
244 ybf->uv_stride = uv_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 59 * uv_stride == y_stride/2, so enforce this here. */
60 int uv_stride = y_stride >> 1; local
61 int uvplane_size = (uv_height + border) * uv_stride;
88 ybf->uv_stride = uv_stride;
98 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
99 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
152 int uv_stride = y_stride >> ss_x; local
155 int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
201 uv_stride = y_stride >> ss_x
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 14 * <-------- Y/UV_Stride -------->
37 * UV_Stride : Width aligned to 128
41 * + UV_Stride * UV_Scanlines + 4096), 4096)
50 * <-------- Y/UV_Stride -------->
73 * UV_Stride : Width aligned to 128
77 * + UV_Stride * UV_Scanlines + 4096), 4096)
88 * <-------- Y/UV_Stride -------->
129 * UV_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
135 * + 2*(UV_Stride * UV_Scanlines) + 4096), 4096
238 uv_stride, y_sclines, uv_sclines; local
275 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 14 * <-------- Y/UV_Stride -------->
37 * UV_Stride : Width aligned to 128
41 * + UV_Stride * UV_Scanlines + 4096), 4096)
50 * <-------- Y/UV_Stride -------->
73 * UV_Stride : Width aligned to 128
77 * + UV_Stride * UV_Scanlines + 4096), 4096)
88 * <-------- Y/UV_Stride -------->
129 * UV_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
135 * + 2*(UV_Stride * UV_Scanlines) + 4096), 4096
238 uv_stride, y_sclines, uv_sclines; local
275 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 40 int uv_stride; member in struct:yv12_buffer_config
  /external/opencv3/3rdparty/libwebp/dec/
buffer.c 88 int uv_stride = 0, a_stride = 0; local
96 uv_stride = (w + 1) / 2;
97 uv_size = (uint64_t)uv_stride * ((h + 1) / 2);
118 buf->u_stride = uv_stride;
121 buf->v_stride = uv_stride;
decode_vp8.h 60 int uv_stride; // row stride for chroma member in struct:VP8Io
  /external/webp/src/dec/
decode_vp8.h 60 int uv_stride; // row stride for chroma member in struct:VP8Io
buffer.c 97 int uv_stride = 0, a_stride = 0; local
105 uv_stride = (w + 1) / 2;
106 uv_size = (uint64_t)uv_stride * ((h + 1) / 2);
127 buf->u_stride = uv_stride;
130 buf->v_stride = uv_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 38 int uv_stride; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 74 int uv_stride, uint8_t *ud, uint8_t *vd,
79 vp9_filter_by_weight8x8(u, uv_stride, ud, uvd_stride, weight);
80 vp9_filter_by_weight8x8(v, uv_stride, vd, uvd_stride, weight);
83 vp9_filter_by_weight16x16(u, uv_stride, ud, uvd_stride, weight);
84 vp9_filter_by_weight16x16(v, uv_stride, vd, uvd_stride, weight);
87 filter_by_weight32x32(u, uv_stride, ud, uvd_stride, weight);
88 filter_by_weight32x32(v, uv_stride, vd, uvd_stride, weight);
134 int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud,
139 copy_mem8x8(u, uv_stride, ud, uvd_stride);
140 copy_mem8x8(v, uv_stride, vd, uvd_stride)
367 const uint32_t uv_stride = show->uv_stride; local
    [all...]
  /external/webp/src/enc/
picture.c 57 picture->y_stride = picture->uv_stride = 0;
96 const int uv_stride = uv_width; local
114 uv_size = (uint64_t)uv_stride * uv_height;
133 picture->uv_stride = uv_stride;
  /hardware/qcom/msm8994/kernel-headers/media/
msm_media_info.h 18 * <-------- Y/UV_Stride -------->
41 * UV_Stride : Width aligned to 128
46 * + UV_Stride * UV_Scanlines + Extradata), 4096)
55 * <-------- Y/UV_Stride -------->
78 * UV_Stride : Width aligned to 128
83 * + UV_Stride * UV_Scanlines + Extradata), 4096)
94 * <-------- Y/UV_Stride -------->
135 * UV_Stride : Width aligned to 128
139 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
142 * + 2*(UV_Stride * UV_Scanlines) + Extradata), 4096
531 uv_stride, y_sclines, uv_sclines; local
590 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_media_info.h 18 * <-------- Y/UV_Stride -------->
41 * UV_Stride : Width aligned to 128
46 * + UV_Stride * UV_Scanlines + Extradata), 4096)
55 * <-------- Y/UV_Stride -------->
78 * UV_Stride : Width aligned to 128
83 * + UV_Stride * UV_Scanlines + Extradata), 4096)
94 * <-------- Y/UV_Stride -------->
135 * UV_Stride : Width aligned to 128
139 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
142 * + 2*(UV_Stride * UV_Scanlines) + Extradata), 4096
531 uv_stride, y_sclines, uv_sclines; local
590 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_media_info.h 22 * <-------- Y/UV_Stride -------->
45 * UV_Stride : Width aligned to 128
50 * + UV_Stride * UV_Scanlines
60 * <-------- Y/UV_Stride -------->
83 * UV_Stride : Width aligned to 128
88 * + UV_Stride * UV_Scanlines
100 * <-------- Y/UV_Stride -------->
141 * UV_Stride : Width aligned to 128
145 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
148 * + 2*(UV_Stride * UV_Scanlines) + Extradata), 4096
715 uv_stride, y_sclines, uv_sclines; local
798 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_media_info.h 22 * <-------- Y/UV_Stride -------->
45 * UV_Stride : Width aligned to 128
50 * + UV_Stride * UV_Scanlines
60 * <-------- Y/UV_Stride -------->
83 * UV_Stride : Width aligned to 128
88 * + UV_Stride * UV_Scanlines
100 * <-------- Y/UV_Stride -------->
141 * UV_Stride : Width aligned to 128
145 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
148 * + 2*(UV_Stride * UV_Scanlines) + Extradata), 4096
715 uv_stride, y_sclines, uv_sclines; local
798 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 592 filter_xd->dst.uv_stride);
651 int mc_avg_uv_stride = denoiser->yv12_mc_running_avg.uv_stride;
652 int avg_uv_stride = denoiser->yv12_running_avg[INTRA_FRAME].uv_stride;
683 denoiser->yv12_running_avg[INTRA_FRAME].uv_stride);
689 denoiser->yv12_running_avg[INTRA_FRAME].uv_stride);
699 int uv_stride =denoiser->yv12_running_avg[INTRA_FRAME].uv_stride; local
722 NULL, NULL, y_stride, uv_stride, &lfi);
734 NULL, NULL, y_stride, uv_stride, &lfi);
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 52 int uv_stride; local
54 uv_stride = (stride + 1) >> 1;
57 uv_stride = stride;
71 vp9_highbd_build_inter_predictor(u_mb_ptr, uv_stride,
79 vp9_highbd_build_inter_predictor(v_mb_ptr, uv_stride,
97 vp9_build_inter_predictor(u_mb_ptr, uv_stride,
105 vp9_build_inter_predictor(v_mb_ptr, uv_stride,
392 f->uv_stride, predictor + 256,
398 f->uv_stride, predictor + 512,
408 vp9_temporal_filter_apply(f->u_buffer + mb_uv_offset, f->uv_stride,
    [all...]