Searched defs:diff_stride (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | subtract_msa.c | 16 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/ |
D | subtract.c | 20 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/ |
D | subtract_neon.c | 17 int16_t *diff, ptrdiff_t diff_stride, in vpx_subtract_block_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 335 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
|
D | vp9_pickmode.c | 609 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[bsize]; in block_yrd() local
|