HomeSort by relevance Sort by last modified time
    Searched defs:src_stride (Results 26 - 47 of 47) sorted by null

12

  /external/libvpx/libvpx/vp8/encoder/
block.h 54 int src_stride; member in struct:block
firstpass.c 416 int src_stride = b->src_stride; local
426 vpx_mse16x16(src_ptr, src_stride, raw_ptr, raw_stride,
432 vpx_mse16x16(src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 308 int src_stride) {
310 vpx_fdct32x32_rd(src, dst, src_stride);
312 vpx_fdct32x32(src, dst, src_stride);
317 tran_low_t *dst, int src_stride) {
319 vpx_highbd_fdct32x32_rd(src, dst, src_stride);
321 vpx_highbd_fdct32x32(src, dst, src_stride);
783 const int src_stride = p->src.stride; local
788 src = &p->src.buf[4 * (j * src_stride + i)];
806 x->skip_encode ? src_stride : dst_stride,
815 src, src_stride, dst, dst_stride, xd->bd)
    [all...]
vp9_mcomp.c 180 src_stride, &sse); \
183 z, src_stride, &sse, second_pred); \
283 const int src_stride = x->plane[0].src.stride; \
317 const int src_stride,
332 besterr = vfp->vf(CONVERT_TO_BYTEPTR(comp_pred16), w, src, src_stride,
337 besterr = vfp->vf(comp_pred, w, src, src_stride, sse1);
340 besterr = vfp->vf(y + offset, y_stride, src, src_stride, sse1);
349 besterr = vfp->vf(comp_pred, w, src, src_stride, sse1);
351 besterr = vfp->vf(y + offset, y_stride, src, src_stride, sse1);
402 z, src_stride, y, y_stride, second_pred
657 const int src_stride = x->plane[0].src.stride; local
1829 const int src_stride = x->plane[0].src.stride; local
    [all...]
vp9_pickmode.c 210 static void block_variance(const uint8_t *src, int src_stride,
222 vpx_get8x8var(src + src_stride * i + j, src_stride,
892 const int src_stride = p->src.stride; local
900 p->src.buf = &src_buf_base[4 * (j * src_stride + i)];
    [all...]
vp9_encoder.c 2598 const int src_stride = src_strides[i]; local
    [all...]
vp9_encodeframe.c 3662 const int src_stride = cpi->Source->y_stride; local
    [all...]
vp9_rdopt.c 777 const int src_stride = p->src.stride; local
779 const uint8_t *src_init = &p->src.buf[row * 4 * src_stride + col * 4];
780 uint8_t *dst_init = &pd->dst.buf[row * 4 * src_stride + col * 4];
819 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride];
828 x->skip_encode ? src_stride : dst_stride,
831 vpx_highbd_subtract_block(4, 4, src_diff, 8, src, src_stride,
923 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 54 int src_stride; member in struct:block
firstpass.c 415 int src_stride = b->src_stride; local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 40 const uint8_t *src, ptrdiff_t src_stride,
50 src += src_stride;
310 const int16_t *src, int16_t *dst, int src_stride) {
312 vp9_fdct32x32_rd(src, dst, src_stride);
314 vp9_fdct32x32(src, dst, src_stride);
494 const int src_stride = p->src.stride; local
499 src = &p->src.buf[4 * (j * src_stride + i)];
508 x->skip_encode ? src_stride : dst_stride,
512 src, src_stride, dst, dst_stride);
528 x->skip_encode ? src_stride : dst_stride
    [all...]
vp9_mcomp.c 181 src_stride, &sse)
274 const int src_stride = x->plane[0].src.stride; local
306 besterr = vfp->vf(y, y_stride, z, src_stride, sse1);
357 z, src_stride, &sse, second_pred)
372 const int src_stride = x->plane[0].src.stride; local
408 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1);
    [all...]
vp9_firstpass.c 381 const int src_stride = x->plane[0].src.stride; local
386 fn(src, src_stride, ref, ref_stride, &sse);
    [all...]
vp9_onyx_if.c 1939 const int src_stride = src_strides[i]; local
    [all...]
vp9_rdopt.c 1055 const int src_stride = p->src.stride; local
    [all...]
  /external/webp/src/enc/
vp8l.c 1267 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 142 uint32_t src_stride; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 145 uint32_t src_stride; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 116 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 112 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 2006 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1898 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
    [all...]

Completed in 1263 milliseconds

12