HomeSort by relevance Sort by last modified time
    Searched refs:diff_stride (Results 1 - 20 of 20) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
subtract_mmi.c 17 ptrdiff_t diff_stride, const uint8_t *src,
86 MMI_ADDU(%[diff], %[diff], %[diff_stride])
92 MMI_ADDU(%[diff], %[diff], %[diff_stride])
98 MMI_ADDU(%[diff], %[diff], %[diff_stride])
116 [diff_stride] "r"((mips_reg)(diff_stride * 2))
158 MMI_ADDU(%[diff], %[diff], %[diff_stride])
169 MMI_ADDU(%[diff], %[diff], %[diff_stride])
180 MMI_ADDU(%[diff], %[diff], %[diff_stride])
191 MMI_ADDU(%[diff], %[diff], %[diff_stride])
    [all...]
subtract_msa.c 16 int16_t *diff_ptr, int32_t diff_stride) {
30 ST8x4_UB(diff0, diff1, diff_ptr, (2 * diff_stride));
35 int16_t *diff_ptr, int32_t diff_stride) {
53 ST_SH2(diff0, diff1, diff_ptr, diff_stride);
54 diff_ptr += (2 * diff_stride);
60 int16_t *diff, int32_t diff_stride) {
78 diff += diff_stride;
83 diff += diff_stride;
88 diff += diff_stride;
93 diff += diff_stride;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
subtract.c 20 ptrdiff_t diff_stride, const uint8_t *src,
28 diff += diff_stride;
36 ptrdiff_t diff_stride, const uint8_t *src8,
49 diff += diff_stride;
  /external/libvpx/libvpx/vpx_dsp/arm/
subtract_neon.c 17 ptrdiff_t diff_stride, const uint8_t *src,
42 diff += diff_stride;
56 diff += diff_stride;
66 diff += diff_stride;
74 diff += diff_stride;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 333 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
335 src_diff = &p->src_diff[4 * (row * diff_stride + col)];
343 highbd_fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride);
349 vpx_highbd_fdct16x16(src_diff, coeff, diff_stride);
355 vpx_highbd_fdct8x8(src_diff, coeff, diff_stride);
361 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
374 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride);
380 vpx_fdct16x16(src_diff, coeff, diff_stride);
386 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64, x->skip_block,
391 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
409 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
483 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
747 const int diff_stride = 4 * (1 << bwl); local
    [all...]
vp9_pickmode.c 712 const int diff_stride = bw; local
714 src_diff = &p->src_diff[(r * diff_stride + c) << 2];
718 vpx_hadamard_16x16(src_diff, diff_stride, coeff);
724 vpx_hadamard_8x8(src_diff, diff_stride, coeff);
730 x->fwd_txfm4x4(src_diff, coeff, diff_stride);
    [all...]
vp9_rdopt.c 503 const int16_t *diff, const int diff_stride,
519 sse = (int64_t)vpx_sum_squares_2d_i16(diff, diff_stride, tx_4x4_w << 2);
530 diff + r * diff_stride * 4 + c * 4, diff_stride, 4);
686 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
689 const int16_t *diff = &p->src_diff[4 * (blk_row * diff_stride + blk_col)];
691 sse = sum_squares_visible(xd, pd, diff, diff_stride, blk_row, blk_col,
    [all...]
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 23 ptrdiff_t diff_stride, const uint8_t *src_ptr,
  /external/libvpx/libvpx/vpx_dsp/x86/
subtract_sse2.asm 16 ; int16_t *diff, ptrdiff_t diff_stride,
22 rows, cols, diff, diff_stride, src, src_stride, \
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]

Completed in 1149 milliseconds