/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jccoefct.c | 73 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local 100 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef() local 143 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_data() local 247 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_first_pass() local 343 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_output() local 407 my_coef_ptr coef; in jinit_c_coef_controller() local
|
H A D | jdcoefct.c | 60 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_output_pass() local 87 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_onepass() local 194 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in consume_data() local 267 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_data() local 361 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in smoothing_ok() local 430 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in decompress_smooth_data() local 815 my_coef_ptr coef; in jinit_d_coef_controller() local
|
H A D | jctrans.c | 243 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_iMCU_row() local 270 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in start_pass_coef() local 293 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; in compress_output() local 379 my_coef_ptr coef; in transencode_coef_controller() local
|
/aosp_15_r20/external/libopus/silk/arm/ |
H A D | NSQ_neon.h | 86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument 90 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_n… argument 97 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument 108 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \ argument
|
/aosp_15_r20/frameworks/av/media/libaudioprocessing/ |
H A D | AudioResamplerFirProcess.h | 27 void mac(int32_t& l, int32_t& r, TC coef, const int16_t* samples) in mac() 36 void mac(int32_t& l, TC coef, const int16_t* samples) in mac() 44 void mac(float& l, float& r, TC coef, const float* samples) in mac() 52 void mac(float& l, TC coef, const float* samples) in mac() 88 inline void acc(TC coef, const TI*& data) { in acc()
|
/aosp_15_r20/external/libopus/silk/ |
H A D | NSQ.h | 65 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) ((void)arch,si… argument 67 …hape_feedback_loop_c(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int … in silk_NSQ_noise_shape_feedback_loop_c() 95 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_n… argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_setup.c | 101 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member 407 struct tgsi_interp_coef *coef, in const_coeff() 428 struct tgsi_interp_coef *coef, in tri_linear_coeff() 473 struct tgsi_interp_coef *coef, in tri_persp_coeff() 836 struct tgsi_interp_coef *coef, in line_linear_coeff() 858 struct tgsi_interp_coef *coef, in line_persp_coeff() 1126 struct tgsi_interp_coef *coef, in point_persp_coeff()
|
/aosp_15_r20/external/libdav1d/include/common/ |
H A D | bitdepth.h | 38 typedef void coef; typedef 44 typedef int16_t coef; typedef 62 typedef int32_t coef; typedef
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Skyline/ |
H A D | SkylineInplaceLU.h | 141 const double coef = lIt.value(); in compute() local 159 const double coef = lIt3.value(); in compute() local 174 const double coef = lIt2.value(); in compute() local
|
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_math.h | 126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 144 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 284 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/aosp_15_r20/frameworks/av/media/libeffects/testlibs/ |
H A D | EffectsMath.h | 116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \ argument 134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \ argument 258 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \ argument
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_frame_scale_neon.c | 177 const uint8x8_t *const coef) { in scale_filter_bilinear() 187 const int16_t *const coef, in scale_plane_2_to_1_general() 303 const int16_t *const coef, in scale_plane_4_to_1_general() 567 const InterpKernel *const coef, in scale_plane_4_to_3_general()
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_tq.c | 88 void oapv_trans(oapve_ctx_t *ctx, s16 *coef, int log2_w, int log2_h, int bit_depth) in oapv_trans() 98 static int oapv_quant(s16 *coef, u8 qp, int q_matrix[OAPV_BLK_D], int log2_w, int log2_h, int bit_d… in oapv_quant() 215 static void oapv_dquant(s16 *coef, s16 q_matrix[OAPV_BLK_D], int log2_w, int log2_h, s8 shift) in oapv_dquant()
|
H A D | oapv_vlc.c | 70 static inline void enc_vlc_write(oapv_bs_t *bs, int coef, int k) in enc_vlc_write() 445 void oapve_vlc_run_length_cc(oapve_ctx_t *ctx, oapve_core_t *core, oapv_bs_t *bs, s16 *coef, int lo… in oapve_vlc_run_length_cc() 896 void oapve_vlc_ac_coeff(oapve_ctx_t *ctx, oapve_core_t *core, oapv_bs_t *bs, s16 *coef, int num_sig… in oapve_vlc_ac_coeff() 1203 int oapvd_vlc_ac_coeff(oapvd_ctx_t *ctx, oapvd_core_t *core, oapv_bs_t *bs, s16 *coef, int c) in oapvd_vlc_ac_coeff()
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_frame_scale_ssse3.c | 227 const int16_t *const coef, in scale_plane_2_to_1_general() 343 const int16_t *const coef, in scale_plane_4_to_1_general() 450 const InterpKernel *const coef, in scale_plane_4_to_3_general() 676 const int16_t *const coef, in scale_plane_1_to_2_phase_0()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_lpfuncs.c | 94 VOID ixheaacd_process_win_seq(WORD32 *coef, WORD32 *prev, WORD32 *out, in ixheaacd_process_win_seq() 286 VOID ixheaacd_nolap1_32(WORD32 *coef, WORD32 *out, WORD16 q_shift, in ixheaacd_nolap1_32() 297 VOID ixheaacd_neg_shift_spec_dec(WORD32 *coef, WORD32 *out, WORD16 q_shift, in ixheaacd_neg_shift_spec_dec() 306 VOID ixheaacd_Nolap_dec(WORD32 *coef, WORD32 *out, WORD16 q_shift, in ixheaacd_Nolap_dec()
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | resize_ssse3.c | 289 const int16_t *const coef, in scale_plane_4_to_1_general() 390 const int16_t *const coef, in scale_plane_2_to_1_general() 512 const InterpKernel *const coef, in scale_plane_4_to_3_general() 738 const int16_t *const coef, in scale_plane_1_to_2_phase_0()
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_idct16x16_add_neon.c | 734 const int32x2_t coef) { in highbd_idct_cospi_lane0_dual() 745 const int32x2_t coef) { in highbd_idct_cospi_lane0() 754 const int32x2_t coef) { in highbd_idct_cospi_lane1_dual() 765 const int32x2_t coef) { in highbd_idct_cospi_lane1()
|
/aosp_15_r20/external/libopus/dnn/torch/fwgan/ |
H A D | inference.py | 20 def preemphasis(x, coef= -0.85): argument 24 def deemphasis(x, coef= -0.85): argument
|
/aosp_15_r20/external/webrtc/common_audio/signal_processing/ |
H A D | resample.c | 318 int16_t coef; in WebRtcSpl_DotProdIntToInt() local 364 int16_t coef; in WebRtcSpl_DotProdIntToShort() local
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
H A D | LVPSA_Control.cpp | 431 LVM_FLOAT coef; in LVPSA_BPSinglePrecCoefs() local 541 LVM_FLOAT coef; in LVPSA_BPDoublePrecCoefs() local
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | x86.cpp | 84 const short *coef, uint32_t count) { in rsdIntrinsicConvolve3x3_K() 146 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix4x4_K() 201 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix3x3_K() 255 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrixDot_K() 602 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | x86.cpp | 83 const short *coef, uint32_t count) { in rsdIntrinsicConvolve3x3_K() 145 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix4x4_K() 200 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix3x3_K() 254 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrixDot_K() 601 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_x86.cpp | 81 const short *coef, uint32_t count) { in rsdIntrinsicConvolve3x3_K() 143 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix4x4_K() 198 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrix3x3_K() 252 const short *coef, uint32_t count) { in rsdIntrinsicColorMatrixDot_K() 599 const short *coef, uint32_t count) { in rsdIntrinsicConvolve5x5_K()
|
/aosp_15_r20/external/eigen/bench/btl/libs/ublas/ |
H A D | ublas_interface.hh | 99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow() 117 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
|