Searched refs:max_coeff (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_cabac.c | 1550 int cat, int idx, int max_coeff, in get_cabac_cbf_ctx() argument 1585 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() argument 1659 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal() 1667 last= max_coeff; \ in decode_cabac_residual_internal() 1672 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal() 1683 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index, in decode_cabac_residual_internal() 1692 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal() 1705 if( max_coeff == 64 ) in decode_cabac_residual_internal() 1774 int max_coeff) in decode_cabac_residual_dc_internal() argument 1776 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, 1, 0); in decode_cabac_residual_dc_internal() [all …]
|
D | h264_cavlc.c | 437 int max_coeff) in decode_residual() argument 445 if(max_coeff <= 8){ in decode_residual() 446 if (max_coeff == 4) in decode_residual() 468 if(total_coeff > (unsigned)max_coeff) { in decode_residual() 563 if(total_coeff == max_coeff) in decode_residual() 566 if (max_coeff <= 8) { in decode_residual() 567 if (max_coeff == 4) in decode_residual()
|
/third_party/boost/boost/math/special_functions/ |
D | chebyshev_transform.hpp | 151 Real max_coeff = 0; in chebyshev_transform() local 154 if (detail::fftw_cos_transform<Real>::fabs(coeff) > max_coeff) in chebyshev_transform() 156 max_coeff = detail::fftw_cos_transform<Real>::fabs(coeff); in chebyshev_transform() 160 while (abs(m_coeffs[j])/max_coeff < tol) in chebyshev_transform()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_cabac.c | 46 static int decode_significance_x86(CABACContext *c, int max_coeff, in decode_significance_x86() argument 49 void *end= significant_coeff_ctx_base + max_coeff - 1; in decode_significance_x86()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips_dsp_r2.c | 1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram_MIPSdspR2() local 1474 : [dist]"r"(distribution), [out]"r"(out), [max_coeff]"r"(max_coeff) in CollectHistogram_MIPSdspR2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips_dsp_r2.c | 1460 const int max_coeff = (MAX_COEFF_THRESH << 16) + MAX_COEFF_THRESH; in CollectHistogram_MIPSdspR2() local 1474 : [dist]"r"(distribution), [out]"r"(out), [max_coeff]"r"(max_coeff) in CollectHistogram_MIPSdspR2()
|