HomeSort by relevance Sort by last modified time
    Searched full:y_stride (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 168 int y_stride)
171 y_stride, yleft, left_stride,
180 int y_stride)
183 y_stride, yleft, left_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 31 img->w = yv12->y_stride;
41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
73 yv12->y_stride = img->stride[VPX_PLANE_Y];
83 yv12->alpha_stride = yv12->y_stride;
  /external/webp/src/enc/
picture_rescale.c 73 CopyPlane(src->y, src->y_stride,
74 dst->y, dst->y_stride, dst->width, dst->height);
113 dst->y = src->y + top * src->y_stride + left;
116 dst->y_stride = src->y_stride;
145 const int y_offset = top * pic->y_stride + left;
147 CopyPlane(pic->y + y_offset, pic->y_stride,
148 tmp.y, tmp.y_stride, width, height);
204 WebPMultRows(pic->y, pic->y_stride, pic->a, pic->a_stride,
249 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 29 ;void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
33 ; r1 ptrdiff_t y_stride
46 ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
50 ; r1 ptrdiff_t y_stride
67 ;void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride,
71 ; r1 ptrdiff_t y_stride
96 ;void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride,
100 ; r1 ptrdiff_t y_stride
129 ;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
133 ; r1 ptrdiff_t y_stride
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 78 copy_and_extend_plane(src->y_buffer, src->y_stride,
79 dst->y_buffer, dst->y_stride,
105 const int src_y_offset = srcy * src->y_stride + srcx;
106 const int dst_y_offset = srcy * dst->y_stride + srcx;
117 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride,
118 dst->y_buffer + dst_y_offset, dst->y_stride,
vp9_denoiser.c 240 denoiser->running_avg_y[frame].y_stride,
243 denoiser->running_avg_y[frame].y_stride;
259 denoiser->mc_running_avg_y.y_stride,
261 filter_mbd->plane[0].dst.stride = denoiser->mc_running_avg_y.y_stride;
303 uint8_t *avg_start = block_start(avg.y_buffer, avg.y_stride, mi_row, mi_col);
304 uint8_t *mc_avg_start = block_start(mc_avg.y_buffer, mc_avg.y_stride,
314 mc_avg_start, mc_avg.y_stride,
315 avg_start, avg.y_stride,
320 copy_block(src.buf, src.stride, avg_start, avg.y_stride, bs);
322 copy_block(avg_start, avg.y_stride, src.buf, src.stride, bs)
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 67 extend_plane(ybf->y_buffer, ybf->y_stride,
102 extend_plane(ybf->y_buffer, ybf->y_stride,
145 src += src_ybc->y_stride;
146 dst += dst_ybc->y_stride;
178 src += src_ybc->y_stride;
179 dst += dst_ybc->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 29 ;void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
33 ; r1 ptrdiff_t y_stride
46 ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
50 ; r1 ptrdiff_t y_stride
67 ;void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride,
71 ; r1 ptrdiff_t y_stride
96 ;void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride,
100 ; r1 ptrdiff_t y_stride
129 ;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
133 ; r1 ptrdiff_t y_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 90 copy_and_extend_plane(src->y_buffer, src->y_stride,
91 dst->y_buffer, dst->y_stride,
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
129 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride,
130 dst->y_buffer + dst_y_offset, dst->y_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 64 extend_plane(ybf->y_buffer, ybf->y_stride,
98 extend_plane(ybf->y_buffer, ybf->y_stride,
141 src += src_ybc->y_stride;
142 dst += dst_ybc->y_stride;
174 src += src_ybc->y_stride;
175 dst += dst_ybc->y_stride;
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
236 unsigned int y_plane, uv_plane, y_stride, local
241 y_stride = VENUS_Y_STRIDE(color_fmt, width);
249 y_plane = y_stride * y_sclines
273 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
236 unsigned int y_plane, uv_plane, y_stride, local
241 y_stride = VENUS_Y_STRIDE(color_fmt, width);
249 y_plane = y_stride * y_sclines
273 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
237 unsigned int y_plane, uv_plane, y_stride, local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
250 y_plane = y_stride * y_sclines
274 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 36 * Y_Stride : Width aligned to 128
40 * Total size = align((Y_Stride * Y_Scanlines
72 * Y_Stride : Width aligned to 128
76 * Total size = align((Y_Stride * Y_Scanlines
128 * Y_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
237 unsigned int y_plane, uv_plane, y_stride, local
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
250 y_plane = y_stride * y_sclines
274 unsigned int y_plane, uv_plane, y_stride, local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 25 int y_stride; member in struct:libyuv::I420Buffers
42 dest->y, dest->y_stride,
46 dest->y += rows * dest->y_stride;
60 dest->y, dest->y_stride,
64 dest->y += rows * dest->y_stride;
78 dest->y, dest->y_stride,
82 dest->y += rows * dest->y_stride;
96 dest->y, dest->y_stride,
100 dest->y += rows * dest->y_stride;
112 dest->y, dest->y_stride,
    [all...]
convert_from.cc 955 int ConvertFromI420(const uint8* y, int y_stride,
970 r = I420ToYUY2(y, y_stride,
978 r = I420ToUYVY(y, y_stride,
986 r = I420ToRGB565(y, y_stride,
994 r = I420ToARGB1555(y, y_stride,
1002 r = I420ToARGB4444(y, y_stride,
1010 r = I420ToRGB24(y, y_stride,
1018 r = I420ToRAW(y, y_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra.c 22 int y_stride)
77 ypred_ptr += y_stride;
91 ypred_ptr += y_stride;
102 ypred_ptr += y_stride;
125 ypred_ptr += y_stride;
reconintra4x4.h 23 int dst_stride = xd->dst.y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra.c 22 int y_stride)
77 ypred_ptr += y_stride;
91 ypred_ptr += y_stride;
102 ypred_ptr += y_stride;
125 ypred_ptr += y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
loopfiltersimplehorizontaledge_neon.asm 97 add r0, r0, r1, lsl #2 ; src = y_ptr + 4 * y_stride
100 add r0, r0, r1, lsl #2 ; src = y_ptr + 8* y_stride
102 add r0, r0, r1, lsl #2 ; src = y_ptr + 12 * y_stride
  /external/webp/src/dec/
buffer.c 45 const int y_stride = abs(buf->y_stride); local
49 const uint64_t y_size = (uint64_t)y_stride * height;
56 ok &= (y_stride >= width);
116 buf->y_stride = stride;
150 buf->y += (H - 1) * buf->y_stride;
151 buf->y_stride = -buf->y_stride;
  /external/libyuv/files/source/
convert_from.cc     [all...]
convert.cc 1517 int y_stride; member in struct:libyuv::I420Buffers
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 29 ystride = src_ybc->y_stride;
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 186 source->y_stride, dest->y_stride, source->y_width,
217 source->y_stride, dest->y_stride, source->y_width,

Completed in 483 milliseconds

1 23 4 5 6 7 8