Home
last modified time | relevance | path

Searched refs:q_factor (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/test/
Dtemporal_filter_planewise_test.cc44 const int block_mse, const int *subblock_mses, const int q_factor,
131 const int q_factor = 12; in RunTest() local
151 sigma, use_subblock, block_mse, subblock_mses, q_factor, in RunTest()
154 sigma, use_subblock, block_mse, subblock_mses, q_factor, in RunTest()
162 q_factor, src2_, accumulator_ref, count_ref); in RunTest()
172 q_factor, src2_, accumulator_mod, count_mod); in RunTest()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c109 const int block_mse, const int *subblock_mses, const int q_factor, in apply_temporal_filter_planewise() argument
119 const double q = AOMMIN((double)(q_factor * q_factor) / 256.0, 1); in apply_temporal_filter_planewise()
222 const int block_mse, const int *subblock_mses, const int q_factor, in av1_apply_temporal_filter_planewise_sse2() argument
257 subblock_mses, q_factor, accum + mb_pels * plane, in av1_apply_temporal_filter_planewise_sse2()
Dtemporal_filter_avx2.c134 const int block_mse, const int *subblock_mses, const int q_factor, in apply_temporal_filter_planewise() argument
144 const double q = AOMMIN((double)(q_factor * q_factor) / 256.0, 1); in apply_temporal_filter_planewise()
244 const int block_mse, const int *subblock_mses, const int q_factor, in av1_apply_temporal_filter_planewise_avx2() argument
279 subblock_mses, q_factor, accum + mb_pels * plane, in av1_apply_temporal_filter_planewise_avx2()
/external/libxaac/decoder/
Dixheaacd_mps_poly_filt.c61 static VOID ixheaacd_float_to_int32(FLOAT32 *in, WORD32 *out, WORD32 q_factor, in ixheaacd_float_to_int32() argument
64 UWORD32 temp = (1 << q_factor); in ixheaacd_float_to_int32()
Dixheaacd_lpp_tran.c181 WORD32 max_val, q_factor; in ixheaacd_covariance_matrix_calc_dec() local
251 q_factor = ixheaacd_pnorm32(max_val); in ixheaacd_covariance_matrix_calc_dec()
253 cov_matrix->phi_11 = (t_phi_11 << q_factor); in ixheaacd_covariance_matrix_calc_dec()
254 cov_matrix->phi_22 = (t_phi_22 << q_factor); in ixheaacd_covariance_matrix_calc_dec()
255 cov_matrix->phi_01 = (t_phi_01 << q_factor); in ixheaacd_covariance_matrix_calc_dec()
256 cov_matrix->phi_02 = (t_phi_02 << q_factor); in ixheaacd_covariance_matrix_calc_dec()
257 cov_matrix->phi_12 = (t_phi_12 << q_factor); in ixheaacd_covariance_matrix_calc_dec()
Dixheaacd_block.c1243 WORD32 q_factor; in ixheaacd_process_single_scf() local
1258 q_factor = 34 - (scale_factor >> 2); in ixheaacd_process_single_scf()
1260 q_factor = 37 - (scale_factor >> 2); in ixheaacd_process_single_scf()
1263 shift = q_factor; in ixheaacd_process_single_scf()
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c657 const int block_mse, const int *subblock_mses, const int q_factor, in av1_apply_temporal_filter_planewise_c() argument
749 const double q = AOMMIN((double)(q_factor * q_factor) / 256.0, 1); in av1_apply_temporal_filter_planewise_c()
806 const int block_mse, const int *subblock_mses, const int q_factor, in av1_apply_temporal_filter_others() argument
816 noise_levels, use_subblock, block_mse, subblock_mses, q_factor, pred, in av1_apply_temporal_filter_others()
821 noise_levels, use_subblock, block_mse, subblock_mses, q_factor, pred, in av1_apply_temporal_filter_others()
1031 const int q_factor = in tf_do_filtering() local
1037 block_mse, subblock_mses, q_factor, pred, accum, count); in tf_do_filtering()