Home
last modified time | relevance | path

Searched refs:input_dc (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Ddc_only_idct_add_neon.c15 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/
Didctllm_mmi.c198 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/
Didctllm_dspr2.c204 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/
Didctllm.c105 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/
Ditrans4_dspr2.c243 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/
Dcollective_nccl_reducer_test.cc259 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/
Dvp8_rtcd.h64 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/
Dvp8_rtcd.h64 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/
Didctllm_mmx.asm223 ;short input_dc,
236 movd mm5, arg(0) ;input_dc
/external/libvpx/config/x86/
Dvp8_rtcd.h78 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/
Dvp8_rtcd.h78 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/
Dring_gatherer_test.cc452 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()
Dring_reducer_test.cc481 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()
Dhierarchical_tree_broadcaster_test.cc640 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/
Dvp8_rtcd.h57 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/
Didct_msa.c299 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()