Home
last modified time | relevance | path

Searched defs:diff_stride (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dsubtract_msa.c16 int16_t *diff_ptr, int32_t diff_stride) { in sub_blk_4x4_msa()
35 int16_t *diff_ptr, int32_t diff_stride) { in sub_blk_8x8_msa()
60 int16_t *diff, int32_t diff_stride) { in sub_blk_16x16_msa()
119 int16_t *diff, int32_t diff_stride) { in sub_blk_32x32_msa()
181 int16_t *diff, int32_t diff_stride) { in sub_blk_64x64_msa()
230 int16_t *diff_ptr, ptrdiff_t diff_stride, in vpx_subtract_block_msa()
/external/libvpx/libvpx/vpx_dsp/
Dsubtract.c20 int16_t *diff, ptrdiff_t diff_stride, in vpx_subtract_block_c()
37 int16_t *diff, ptrdiff_t diff_stride, in vpx_highbd_subtract_block_c()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsubtract_neon.c17 int16_t *diff, ptrdiff_t diff_stride, in vpx_subtract_block_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c335 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant_fp() local
424 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant_dc() local
506 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant() local
779 const int diff_stride = 4 * (1 << bwl); in vp9_encode_block_intra() local
Dvp9_pickmode.c609 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[bsize]; in block_yrd() local