/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 21 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_iwht4x4_16_add_c() 99 static void idct4(const int16_t *input, int16_t *output) { in idct4() 119 void vp9_idct4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct4x4_16_add_c() 143 void vp9_idct4x4_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride) { in vp9_idct4x4_1_add_c() 159 static void idct8(const int16_t *input, int16_t *output) { in idct8() 204 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_64_add_c() 228 void vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_1_add_c() 241 static void iadst4(const int16_t *input, int16_t *output) { in iadst4() 283 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c() 314 static void iadst8(const int16_t *input, int16_t *output) { in iadst8() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 21 static INLINE int fdct_round_shift(int input) { in fdct_round_shift() 27 static void fdct4(const int16_t *input, int16_t *output) { in fdct4() 46 void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct4x4_c() 60 /*canbe16*/ int input[4]; in vp9_fdct4x4_c() local 111 static void fadst4(const int16_t *input, int16_t *output) { in fadst4() 158 void vp9_fht4x4_c(const int16_t *input, int16_t *output, in vp9_fht4x4_c() 191 static void fdct8(const int16_t *input, int16_t *output) { in fdct8() 243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { in vp9_fdct8x8_c() 314 void vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct16x16_c() 331 /*canbe16*/ int input[8]; in vp9_fdct16x16_c() local [all …]
|
D | vp9_resize.c | 228 static void interpolate(const uint8_t *const input, int inlength, in interpolate() 312 static void down2_symeven(const uint8_t *const input, int length, in down2_symeven() 368 static void down2_symodd(const uint8_t *const input, int length, in down2_symodd() 440 static void resize_multistep(const uint8_t *const input, in resize_multistep() 506 void vp9_resize_plane(const uint8_t *const input, in vp9_resize_plane()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans8_dspr2.c | 22 static void idct8_rows_dspr2(const int16_t *input, int16_t *output, in idct8_rows_dspr2() 203 static void idct8_columns_add_blk_dspr2(int16_t *input, uint8_t *dest, in idct8_columns_add_blk_dspr2() 451 void vp9_idct8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct8x8_64_add_dspr2() 471 static void iadst8_dspr2(const int16_t *input, int16_t *output) { in iadst8_dspr2() 549 void vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_iht8x8_64_add_dspr2() 620 void vp9_idct8x8_10_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct8x8_10_add_dspr2() 665 void vp9_idct8x8_1_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct8x8_1_add_dspr2()
|
D | vp9_itrans4_dspr2.c | 22 static void vp9_idct4_rows_dspr2(const int16_t *input, int16_t *output) { in vp9_idct4_rows_dspr2() 107 static void vp9_idct4_columns_add_blk_dspr2(int16_t *input, uint8_t *dest, in vp9_idct4_columns_add_blk_dspr2() 229 void vp9_idct4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct4x4_16_add_dspr2() 249 void vp9_idct4x4_1_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct4x4_1_add_dspr2() 322 static void iadst4_dspr2(const int16_t *input, int16_t *output) { in iadst4_dspr2() 365 void vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 22 static void idct16_rows_dspr2(const int16_t *input, int16_t *output, in idct16_rows_dspr2() 407 static void idct16_cols_add_blk_dspr2(int16_t *input, uint8_t *dest, in idct16_cols_add_blk_dspr2() 895 void vp9_idct16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct16x16_256_add_dspr2() 914 static void iadst16(const int16_t *input, int16_t *output) { in iadst16() 1085 void vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_iht16x16_256_add_dspr2() 1170 void vp9_idct16x16_10_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct16x16_10_add_dspr2() 1219 void vp9_idct16x16_1_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct16x16_1_add_dspr2()
|
D | vp9_itrans32_dspr2.c | 22 static void idct32_rows_dspr2(const int16_t *input, int16_t *output, in idct32_rows_dspr2() 871 void vp9_idct32x32_1024_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct32x32_1024_add_dspr2() 891 void vp9_idct32x32_34_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct32x32_34_add_dspr2() 953 void vp9_idct32x32_1_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_idct32x32_1_add_dspr2()
|
D | vp9_common_dspr2.h | 28 #define DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input) ({ \ argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) in vp8_short_fdct4x4_c() 58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) in vp8_short_fdct8x4_c() 64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) in vp8_short_walsh4x4_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct16x16_neon.c | 37 void vp9_idct16x16_256_add_neon(const int16_t *input, in vp9_idct16x16_256_add_neon() 112 void vp9_idct16x16_10_add_neon(const int16_t *input, in vp9_idct16x16_10_add_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 28 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, in vp8_short_idct4x4llm_c() 140 void vp8_short_inv_walsh4x4_c(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_c() 194 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_1_c()
|
D | dequantize.c | 29 void vp8_dequant_idct_add_c(short *input, short *dq, in vp8_dequant_idct_add_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 42 void vp8_short_idct4x4llm_dspr2(short *input, unsigned char *pred_ptr, in vp8_short_idct4x4llm_dspr2() 281 void vp8_short_inv_walsh4x4_dspr2(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_dspr2() 340 void vp8_short_inv_walsh4x4_1_dspr2(short *input, short *mb_dqcoeff) in vp8_short_inv_walsh4x4_1_dspr2()
|
D | dequantize_dspr2.c | 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq, in vp8_dequant_idct_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/ |
D | dct_arm.c | 16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch) in vp8_short_fdct8x4_armv6()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 612 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) in inv_convert_to_body() 624 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) in inv_convert_to_chip() 641 const long *input, long *output) in inv_convert_to_body_with_scale() 672 void inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input) in inv_calc_state_to_match_output() 680 float inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input) { in inv_biquad_filter_process()
|
D | ml_math_func.h | 30 float input; member
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 612 void inv_convert_to_body(unsigned short orientation, const long *input, long *output) in inv_convert_to_body() 624 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output) in inv_convert_to_chip() 641 const long *input, long *output) in inv_convert_to_body_with_scale() 672 void inv_calc_state_to_match_output(inv_biquad_filter_t *pFilter, float input) in inv_calc_state_to_match_output() 680 float inv_biquad_filter_process(inv_biquad_filter_t *pFilter, float input) { in inv_biquad_filter_process()
|
D | ml_math_func.h | 30 float input; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp8_decrypt_test.cc | 36 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, in test_decrypt_cb()
|
D | idct_test.cc | 37 int16_t input[16]; member in __anonc27ba8230111::IDCTTest
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 28 void vp9_idct4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct4x4_16_add_sse2() 158 void vp9_idct4x4_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct4x4_1_add_sse2() 268 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_sse2() 540 void vp9_idct8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_64_add_sse2() 609 void vp9_idct8x8_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_1_add_sse2() 931 void vp9_iht8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_sse2() 998 void vp9_idct8x8_10_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_10_add_sse2() 1375 void vp9_idct16x16_256_add_sse2(const int16_t *input, uint8_t *dest, in vp9_idct16x16_256_add_sse2() 1544 void vp9_idct16x16_1_add_sse2(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct16x16_1_add_sse2() 2419 static INLINE void load_buffer_8x16(const int16_t *input, __m128i *in) { in load_buffer_8x16() [all …]
|
/hardware/libhardware/modules/audio/ |
D | audio_policy.c | 134 static int ap_start_input(struct audio_policy *pol, audio_io_handle_t input) in ap_start_input() 139 static int ap_stop_input(struct audio_policy *pol, audio_io_handle_t input) in ap_stop_input() 144 static void ap_release_input(struct audio_policy *pol, audio_io_handle_t input) in ap_release_input()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | dequant_idct_neon.c | 17 int16_t *input, in vp8_dequant_idct_add_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch) in vp8_short_fdct8x4_mmx()
|