Home
last modified time | relevance | path

Searched refs:max_coeff (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1559 int cat, int idx, int max_coeff, in get_cabac_cbf_ctx()
1594 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal()
1668 if( !is_dc && max_coeff == 64 ) { in decode_cabac_residual_internal()
1676 last= max_coeff; \ in decode_cabac_residual_internal()
1681 if( last == max_coeff -1 ) {\ in decode_cabac_residual_internal()
1692 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index, in decode_cabac_residual_internal()
1701 DECODE_SIGNIFICANCE(max_coeff - 1, last, last); in decode_cabac_residual_internal()
1714 if( max_coeff == 64 ) in decode_cabac_residual_internal()
1783 int max_coeff) in decode_cabac_residual_dc_internal()
1785 decode_cabac_residual_internal(h, sl, block, cat, n, scantable, NULL, max_coeff, in decode_cabac_residual_dc_internal()
1558 get_cabac_cbf_ctx(H264SliceContext *sl, int cat, int idx, int max_coeff, int is_dc) get_cabac_cbf_ctx() argument
1591 decode_cabac_residual_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff, int is_dc, int chroma422) decode_cabac_residual_internal() argument
1778 decode_cabac_residual_dc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal() argument
1788 decode_cabac_residual_dc_internal_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_internal_422() argument
1798 decode_cabac_residual_nondc_internal(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc_internal() argument
1821 decode_cabac_residual_dc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc() argument
1837 decode_cabac_residual_dc_422(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, int max_coeff) decode_cabac_residual_dc_422() argument
1850 decode_cabac_residual_nondc(const H264Context *h, H264SliceContext *sl, int16_t *block, int cat, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_cabac_residual_nondc() argument
[all...]
H A Dh264_cavlc.c429 * @param max_coeff number of coefficients in the block
435 int max_coeff) in decode_residual()
443 if(max_coeff <= 8){ in decode_residual()
444 if (max_coeff == 4) in decode_residual()
466 if(total_coeff > (unsigned)max_coeff) { in decode_residual()
561 if(total_coeff == max_coeff) in decode_residual()
564 if (max_coeff <= 8) { in decode_residual()
565 if (max_coeff == 4) in decode_residual()
432 decode_residual(const H264Context *h, H264SliceContext *sl, GetBitContext *gb, int16_t *block, int n, const uint8_t *scantable, const uint32_t *qmul, int max_coeff) decode_residual() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_cabac.c46 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/ffmpeg/libavcodec/loongarch/
H A Dh264_cabac.c28 static int decode_significance_loongarch(CABACContext *c, int max_coeff, in decode_significance_loongarch() argument
31 void *end = significant_coeff_ctx_base + max_coeff - 1; in decode_significance_loongarch()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c1460 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()

Completed in 9 milliseconds