HomeSort by relevance Sort by last modified time
    Searched defs:src_diff (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
subtract_test.cc 47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
59 int16_t *src_diff = be.src_diff; local
62 src_diff[c] = static_cast<int16_t>(0xa5a5u);
64 src_diff += kDiffPredStride;
88 src_diff = be.src_diff;
92 EXPECT_EQ(base_src[c], (src_diff[c] + predictor[c])) << "r = " << r
95 src_diff += kDiffPredStride
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 38 short *src_diff; member in struct:block
69 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 */
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 43 vpx_highbd_subtract_block(bh, bw, p->src_diff, bw, p->src.buf,
49 vpx_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
337 const int16_t *src_diff; local
339 src_diff = &p->src_diff[4 * (j * diff_stride + i)];
345 highbd_fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride);
353 vpx_highbd_fdct16x16(src_diff, coeff, diff_stride);
360 vpx_highbd_fdct8x8(src_diff, coeff, diff_stride);
367 x->fwd_txm4x4(src_diff, coeff, diff_stride);
382 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride)
426 const int16_t *src_diff; local
508 const int16_t *src_diff; local
781 int16_t *src_diff; local
    [all...]
vp9_pickmode.c 610 const int16_t *src_diff; local
611 src_diff = &p->src_diff[(r * diff_stride + c) << 2];
615 vpx_fdct32x32_rd(src_diff, coeff, diff_stride);
622 vp9_hadamard_16x16(src_diff, diff_stride, (int16_t *)coeff);
629 vp9_hadamard_8x8(src_diff, diff_stride, (int16_t *)coeff);
636 x->fwd_txm4x4(src_diff, coeff, diff_stride);
    [all...]
vp9_rdopt.c 821 int16_t *const src_diff = vp9_raster_block_offset_int16(BLOCK_8X8, local
823 p->src_diff);
831 vpx_highbd_subtract_block(4, 4, src_diff, 8, src, src_stride,
835 vp9_highbd_fwht4x4(src_diff, coeff, 8);
850 vpx_highbd_fdct4x4(src_diff, coeff, 8);
852 vp9_highbd_fht4x4(src_diff, coeff, 8, tx_type);
925 int16_t *const src_diff = local
926 vp9_raster_block_offset_int16(BLOCK_8X8, block, p->src_diff);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 38 short *src_diff; member in struct:block
69 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 61 vp9_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
329 const int16_t *src_diff; local
331 src_diff = &p->src_diff[4 * (j * diff_stride + i)];
335 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride);
342 vp9_fdct16x16(src_diff, coeff, diff_stride);
349 vp9_fdct8x8(src_diff, coeff, diff_stride);
356 x->fwd_txm4x4(src_diff, coeff, diff_stride);
492 int16_t *src_diff; local
500 src_diff = &p->src_diff[4 * (j * diff_stride + i)]
    [all...]
vp9_rdopt.c 1099 int16_t *const src_diff = raster_block_offset_int16(BLOCK_8X8, block, local
    [all...]

Completed in 416 milliseconds