/external/libvpx/libvpx/vpx_dsp/mips/ |
D | subtract_msa.c | 16 int16_t *diff_ptr, int32_t diff_stride) { in sub_blk_4x4_msa() argument 30 ST8x4_UB(diff0, diff1, diff_ptr, (2 * diff_stride)); in sub_blk_4x4_msa() 35 int16_t *diff_ptr, int32_t diff_stride) { in sub_blk_8x8_msa() argument 53 ST_SH2(diff0, diff1, diff_ptr, diff_stride); in sub_blk_8x8_msa() 54 diff_ptr += (2 * diff_stride); in sub_blk_8x8_msa() 60 int16_t *diff, int32_t diff_stride) { in sub_blk_16x16_msa() argument 78 diff += diff_stride; in sub_blk_16x16_msa() 83 diff += diff_stride; in sub_blk_16x16_msa() 88 diff += diff_stride; in sub_blk_16x16_msa() 93 diff += diff_stride; in sub_blk_16x16_msa() [all …]
|
/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 339 src_diff = &p->src_diff[4 * (j * diff_stride + i)]; in vp9_xform_quant_fp() 345 highbd_fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 353 vpx_highbd_fdct16x16(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 360 vpx_highbd_fdct8x8(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 367 x->fwd_txm4x4(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 382 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 389 vpx_fdct16x16(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 396 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64, in vp9_xform_quant_fp() 403 x->fwd_txm4x4(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() [all …]
|
D | vp9_pickmode.c | 609 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[bsize]; in block_yrd() local 611 src_diff = &p->src_diff[(r * diff_stride + c) << 2]; in block_yrd() 615 vpx_fdct32x32_rd(src_diff, coeff, diff_stride); in block_yrd() 622 vp9_hadamard_16x16(src_diff, diff_stride, (int16_t *)coeff); in block_yrd() 629 vp9_hadamard_8x8(src_diff, diff_stride, (int16_t *)coeff); in block_yrd() 636 x->fwd_txm4x4(src_diff, coeff, diff_stride); in block_yrd()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 20 int16_t *diff, ptrdiff_t diff_stride, in vpx_subtract_block_c() argument 29 diff += diff_stride; in vpx_subtract_block_c() 37 int16_t *diff, ptrdiff_t diff_stride, in vpx_highbd_subtract_block_c() argument 51 diff += 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() argument 42 diff += diff_stride; in vpx_subtract_block_neon() 56 diff += diff_stride; in vpx_subtract_block_neon() 66 diff += diff_stride; in vpx_subtract_block_neon() 75 diff += diff_stride; in vpx_subtract_block_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | subtract_sse2.asm | 16 ; int16_t *diff, ptrdiff_t diff_stride, 22 rows, cols, diff, diff_stride, src, src_stride, \
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 23 int16_t *diff_ptr, ptrdiff_t diff_stride,
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 691 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 692 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 681 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 682 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 815 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 816 void vpx_subtract_block_sse2(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 820 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 821 void vpx_subtract_block_sse2(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 617 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 649 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/deqp/android/cts/mnc/ |
D | gles3-master.txt | 36443 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|
/external/deqp/android/cts/master/ |
D | gles3-master.txt | 36592 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|
/external/deqp/android/cts/mnc/src/ |
D | gles3-master.txt | 36443 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|