/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dc_only_idct_add_neon.c | 15 void vp8_dc_only_idct_add_neon(int16_t input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_neon() argument 19 uint16_t a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_neon()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | idctllm_mmi.c | 198 void vp8_dc_only_idct_add_mmi(int16_t input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_mmi() argument 201 int a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_mmi()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 204 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_dspr2() argument 216 : [input_dc] "r"(input_dc)); in vp8_dc_only_idct_add_dspr2()
|
/external/libvpx/libvpx/vp8/common/ |
D | idctllm.c | 105 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c() argument 108 int a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_c()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans4_dspr2.c | 243 int16_t input_dc = input[0]; in vpx_idct4x4_1_add_dspr2() local 251 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc); in vpx_idct4x4_1_add_dspr2()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_nccl_reducer_test.cc | 259 gtl::InlinedVector<DeviceContext*, 4> input_dc; in DoReduce() local 268 input_dc.push_back(dev_ctx); in DoReduce() 269 op_params.input_device_contexts = &input_dc; in DoReduce()
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 64 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char… 65 void vp8_dc_only_idct_add_neon(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned c…
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 64 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char… 65 void vp8_dc_only_idct_add_neon(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned c…
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_mmx.asm | 223 ;short input_dc, 236 movd mm5, arg(0) ;input_dc
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 78 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char… 79 void vp8_dc_only_idct_add_mmx(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned ch…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 78 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char… 79 void vp8_dc_only_idct_add_mmx(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned ch…
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_gatherer_test.cc | 452 gtl::InlinedVector<DeviceContext*, 4> input_dc; in DoGather() local 461 input_dc.push_back(dev_ctx); in DoGather() 462 op_params.input_device_contexts = &input_dc; in DoGather()
|
D | ring_reducer_test.cc | 481 gtl::InlinedVector<DeviceContext*, 4> input_dc; in DoReduce() local 490 input_dc.push_back(dev_ctx); in DoReduce() 491 op_params.input_device_contexts = &input_dc; in DoReduce()
|
D | hierarchical_tree_broadcaster_test.cc | 640 gtl::InlinedVector<DeviceContext*, 4> input_dc; in DoBroadcast() local 649 input_dc.push_back(dev_ctx); in DoBroadcast() 650 op_params.input_device_contexts = &input_dc; in DoBroadcast()
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 57 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char…
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 299 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_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()
|