Home
last modified time | relevance | path

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

/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
/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
/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
/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1558 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.c432 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

Completed in 9 milliseconds