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

  /external/libvpx/libvpx/vp8/encoder/
block.h 35 short *src_diff; member in struct:block
63 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 */
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 42 vpx_highbd_subtract_block(bh, bw, p->src_diff, bw, p->src.buf,
48 vpx_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
359 const int16_t *src_diff; local
360 src_diff = &p->src_diff[4 * (row * diff_stride + col)];
366 highbd_fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride);
372 vpx_highbd_fdct16x16(src_diff, coeff, diff_stride);
378 vpx_highbd_fdct8x8(src_diff, coeff, diff_stride);
384 x->fwd_txm4x4(src_diff, coeff, diff_stride);
397 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride)
433 const int16_t *src_diff; local
504 const int16_t *src_diff; local
767 int16_t *src_diff; local
    [all...]
vp9_pickmode.c 683 vpx_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride,
697 const int16_t *src_diff; local
698 src_diff = &p->src_diff[(r * diff_stride + c) << 2];
702 vpx_hadamard_16x16(src_diff, diff_stride, coeff);
708 vpx_hadamard_8x8(src_diff, diff_stride, coeff);
714 x->fwd_txm4x4(src_diff, coeff, diff_stride);
    [all...]
vp9_rdopt.c 689 const int16_t *diff = &p->src_diff[4 * (blk_row * diff_stride + blk_col)];
1008 int16_t *const src_diff = local
1109 int16_t *const src_diff = local
    [all...]

Completed in 90 milliseconds