/external/libvpx/libvpx/vpx_dsp/mips/ |
D | subtract_msa.c | 15 const uint8_t *pred_ptr, int32_t pred_stride, in sub_blk_4x4_msa() argument 25 LW4(pred_ptr, pred_stride, pred0, pred1, pred2, pred3); in sub_blk_4x4_msa() 34 const uint8_t *pred_ptr, int32_t pred_stride, in sub_blk_8x8_msa() argument 46 LD2(pred_ptr, pred_stride, pred0, pred1); in sub_blk_8x8_msa() 47 pred_ptr += (2 * pred_stride); in sub_blk_8x8_msa() 59 const uint8_t *pred, int32_t pred_stride, in sub_blk_16x16_msa() argument 71 LD_SB8(pred, pred_stride, pred0, pred1, pred2, pred3, pred4, pred5, pred6, in sub_blk_16x16_msa() 73 pred += (8 * pred_stride); in sub_blk_16x16_msa() 118 const uint8_t *pred, int32_t pred_stride, in sub_blk_32x32_msa() argument 137 pred += pred_stride; in sub_blk_32x32_msa() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 22 ptrdiff_t pred_stride) { in vpx_subtract_block_c() argument 29 pred += pred_stride; in vpx_subtract_block_c() 38 ptrdiff_t pred_stride, int bd) { in vpx_highbd_subtract_block_c() argument 50 pred += pred_stride; in vpx_highbd_subtract_block_c()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subtract_neon.c | 19 ptrdiff_t pred_stride) { in vpx_subtract_block_neon() argument 43 pred += pred_stride; in vpx_subtract_block_neon() 57 pred += pred_stride; in vpx_subtract_block_neon() 67 pred += pred_stride; in vpx_subtract_block_neon() 75 pred += pred_stride; in vpx_subtract_block_neon()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dc_only_idct_add_neon.c | 16 int pred_stride, unsigned char *dst_ptr, in vp8_dc_only_idct_add_neon() argument 29 pred_ptr += pred_stride; in vp8_dc_only_idct_add_neon() 31 pred_ptr += pred_stride; in vp8_dc_only_idct_add_neon()
|
D | shortidct4x4llm_neon.c | 23 int pred_stride, unsigned char *dst_ptr, in vp8_short_idct4x4llm_neon() argument 108 pred_ptr += pred_stride; in vp8_short_idct4x4llm_neon() 110 pred_ptr += pred_stride; in vp8_short_idct4x4llm_neon()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 38 int pred_stride, unsigned char *dst_ptr, in vp8_short_idct4x4llm_dspr2() argument 200 pred_ptr += pred_stride; in vp8_short_idct4x4llm_dspr2() 205 int pred_stride, unsigned char *dst_ptr, in vp8_dc_only_idct_add_dspr2() argument 238 : [dst_stride] "r"(dst_stride), [pred_stride] "r"(pred_stride), in vp8_dc_only_idct_add_dspr2() 258 : [dst_stride] "r"(dst_stride), [pred_stride] "r"(pred_stride), in vp8_dc_only_idct_add_dspr2()
|
/external/libvpx/libvpx/vp8/common/ |
D | idctllm.c | 30 int pred_stride, unsigned char *dst_ptr, in vp8_short_idct4x4llm_c() argument 101 pred_ptr += pred_stride; in vp8_short_idct4x4llm_c() 106 int pred_stride, unsigned char *dst_ptr, in vp8_dc_only_idct_add_c() argument 123 pred_ptr += pred_stride; in vp8_dc_only_idct_add_c()
|
D | reconintra.c | 72 unsigned char *upred_ptr, unsigned char *vpred_ptr, int pred_stride) { in vp8_build_intra_predictors_mbuv_s() argument 90 fn(upred_ptr, pred_stride, uabove_row, uleft_col); in vp8_build_intra_predictors_mbuv_s() 91 fn(vpred_ptr, pred_stride, vabove_row, vleft_col); in vp8_build_intra_predictors_mbuv_s()
|
D | reconintra.h | 27 unsigned char *upred_ptr, unsigned char *vpred_ptr, int pred_stride);
|
D | idct_blk.c | 18 int pred_stride, unsigned char *dst_ptr,
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.h | 24 unsigned char *vpred, int pred_stride); 26 unsigned char *pred, int pred_stride);
|
D | encodemb.c | 35 unsigned char *vpred, int pred_stride) { in vp8_subtract_mbuv() argument 39 vpx_subtract_block(8, 8, udiff, 8, usrc, src_stride, upred, pred_stride); in vp8_subtract_mbuv() 40 vpx_subtract_block(8, 8, vdiff, 8, vsrc, src_stride, vpred, pred_stride); in vp8_subtract_mbuv() 44 unsigned char *pred, int pred_stride) { in vp8_subtract_mby() argument 45 vpx_subtract_block(16, 16, diff, 16, src, src_stride, pred, pred_stride); in vp8_subtract_mby()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 87 int32_t pred_stride, uint8_t *dest, in idct4x4_addblk_msa() argument 103 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3); in idct4x4_addblk_msa() 119 int32_t pred_stride, uint8_t *dest, in idct4x4_addconst_msa() argument 127 LD_SB4(pred, pred_stride, pred0, pred1, pred2, pred3); in idct4x4_addconst_msa() 294 int32_t pred_stride, uint8_t *dst_ptr, in vp8_short_idct4x4llm_msa() argument 296 idct4x4_addblk_msa(input, pred_ptr, pred_stride, dst_ptr, dst_stride); in vp8_short_idct4x4llm_msa() 300 int32_t pred_stride, uint8_t *dst_ptr, in vp8_dc_only_idct_add_msa() argument 302 idct4x4_addconst_msa(input_dc, pred_ptr, pred_stride, dst_ptr, dst_stride); in vp8_dc_only_idct_add_msa()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | subtract_sse2.asm | 18 ; const uint8_t *pred, ptrdiff_t pred_stride) 23 pred, pred_stride
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 56 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 57 void vp8_dc_only_idct_add_dspr2(short input, unsigned char *pred, int pred_stride, unsigned char *d…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 60 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 61 void vp8_dc_only_idct_add_neon(short input, unsigned char *pred, int pred_stride, unsigned char *ds…
|
/external/libvpx/config/mips64-msa/ |
D | vp8_rtcd.h | 61 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 62 void vp8_dc_only_idct_add_msa(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
|
/external/libvpx/config/mips32-msa/ |
D | vp8_rtcd.h | 61 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 62 void vp8_dc_only_idct_add_msa(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 60 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 61 void vp8_dc_only_idct_add_neon(short input, unsigned char *pred, int pred_stride, unsigned char *ds…
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 25 ptrdiff_t pred_stride);
|
D | idct_test.cc | 22 int pred_stride, unsigned char *dst_ptr,
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_mmx.asm | 224 ;int pred_stride, 237 movsxd rdx, dword ptr arg(2) ;pred_stride
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 77 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 78 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 77 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, … 78 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 53 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
|