Home
last modified time | relevance | path

Searched defs:diff_ptr (Results 1 – 2 of 2) 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()
229 void vpx_subtract_block_msa(int32_t rows, int32_t cols, int16_t *diff_ptr, in vpx_subtract_block_msa()
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c25 short *diff_ptr = be->src_diff; in vp8_subtract_b() local