/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 | 358 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant_fp() local 360 src_diff = &p->src_diff[4 * (row * diff_stride + col)]; in vp9_xform_quant_fp() 366 highbd_fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 372 vpx_highbd_fdct16x16(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 378 vpx_highbd_fdct8x8(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 384 x->fwd_txm4x4(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 397 fdct32x32(x->use_lp32x32fdct, src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 403 vpx_fdct16x16(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() 409 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64, x->skip_block, in vp9_xform_quant_fp() 414 x->fwd_txm4x4(src_diff, coeff, diff_stride); in vp9_xform_quant_fp() [all …]
|
D | vp9_pickmode.c | 696 const int diff_stride = bw; in block_yrd() local 698 src_diff = &p->src_diff[(r * diff_stride + c) << 2]; in block_yrd() 702 vpx_hadamard_16x16(src_diff, diff_stride, coeff); in block_yrd() 708 vpx_hadamard_8x8(src_diff, diff_stride, coeff); in block_yrd() 714 x->fwd_txm4x4(src_diff, coeff, diff_stride); in block_yrd()
|
D | vp9_rdopt.c | 503 const int16_t *diff, const int diff_stride, in sum_squares_visible() argument 519 sse = (int64_t)vpx_sum_squares_2d_i16(diff, diff_stride, tx_4x4_w << 2); in sum_squares_visible() 530 diff + r * diff_stride * 4 + c * 4, diff_stride, 4); in sum_squares_visible() 686 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in block_rd_txfm() local 689 const int16_t *diff = &p->src_diff[4 * (blk_row * diff_stride + blk_col)]; in block_rd_txfm() 691 sse = sum_squares_visible(xd, pd, diff, diff_stride, blk_row, blk_col, in block_rd_txfm()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 20 ptrdiff_t diff_stride, const uint8_t *src, in vpx_subtract_block_c() argument 28 diff += diff_stride; in vpx_subtract_block_c() 36 ptrdiff_t diff_stride, const uint8_t *src8, in vpx_highbd_subtract_block_c() argument 49 diff += diff_stride; in vpx_highbd_subtract_block_c()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subtract_neon.c | 17 ptrdiff_t diff_stride, const uint8_t *src, 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() 74 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 ptrdiff_t diff_stride, const uint8_t *src_ptr,
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 710 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 711 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 | 710 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 711 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 773 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 774 void vpx_subtract_block_msa(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uin…
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 773 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 774 void vpx_subtract_block_msa(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uin…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 839 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 840 void vpx_subtract_block_sse2(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 835 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 836 void vpx_subtract_block_sse2(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui…
|
/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/arm/ |
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/ |
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 | 652 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/deqp/android/cts/mnc/src/ |
D | gles3-master.txt | 36443 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/pinetrail/ |
D | gles3-master.Skipped.bz2 | 1dEQP-GLES3.functional.attribute_location.bind.float
2dEQP-GLES3.functional. ... |
/external/deqp/android/cts/nyc/ |
D | gles3-master.txt | 36592 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|
/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 | 36602 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|
/external/deqp/android/cts/nyc/src/ |
D | gles3-master.txt | 36592 dEQP-GLES3.functional.vertex_array_objects.diff_stride
|