Searched refs:coeffs1 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | hevc_idct.c | 43 LOCAL_ALIGNED(32, int16_t, coeffs1, [32 * 32]); in check_idct() 52 memcpy(coeffs1, coeffs0, sizeof(*coeffs0) * size); in check_idct() 55 call_new(coeffs1, col_limit); in check_idct() 56 if (memcmp(coeffs0, coeffs1, sizeof(*coeffs0) * size)) in check_idct() 58 bench_new(coeffs1, col_limit); in check_idct() 67 LOCAL_ALIGNED(32, int16_t, coeffs1, [32 * 32]); in check_idct_dc() 75 memcpy(coeffs1, coeffs0, sizeof(*coeffs0) * size); in check_idct_dc() 79 call_new(coeffs1); in check_idct_dc() 80 if (memcmp(coeffs0, coeffs1, sizeof(*coeffs0) * size)) in check_idct_dc() 82 bench_new(coeffs1); in check_idct_dc()
|
/third_party/boost/boost/geometry/formulas/ |
D | area_formulas.hpp | 330 CT const coeffs1[], in evaluate_coeffs_var2() argument 338 * horner_evaluate(var2, coeffs1 + begin, coeffs1 + end); in evaluate_coeffs_var2()
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc_psy.c | 134 const float *coeffs1 = st->bands[0][i]; in step_collect_psy_metrics() local 138 incompat += (coeffs1[j] - coeffs2[j])*(coeffs1[j] - coeffs2[j]); in step_collect_psy_metrics()
|
/third_party/boost/boost/geometry/util/ |
D | series_expansion.hpp | 638 inline void evaluate_coeffs_C3(Coeffs1 &coeffs1, Coeffs2 &coeffs2, CT const& eps) in evaluate_coeffs_C3() argument 650 coeffs1[i] = mult * math::horner_evaluate(eps, coeffs2.begin() + offset, in evaluate_coeffs_C3()
|