Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlp.h92 int16_t huff_offset; ///< Offset to apply to residual values. member
93 int32_t sign_huff_offset; ///< sign/rounding-corrected version of huff_offset
H A Daacpsdata.c136 static const int8_t huff_offset[] = { variable
H A Daacps_common.c108 READ_PAR_DATA(iid, huff_offset[table_idx], 0, FFABS(ps->iid_par[e][b]) > 7 + 8 * ps->iid_quant, 9, 3)
109 READ_PAR_DATA(icc, huff_offset[table_idx], 0, ps->icc_par[e][b] > 7U, 9, 2)
H A Dmlpenc.c331 if (prev_cp->huff_offset != cp->huff_offset) in compare_decoding_params()
420 cp->huff_offset = 0; in clear_channel_params()
930 put_sbits(pb, 15, cp->huff_offset); in write_decoding_params()
965 sign_huff_offset[ch] = cp->huff_offset; in write_block_data()
1943 cp->huff_offset = cur_bo->offset; in set_best_codebook()
H A Dmlpdec.c241 int32_t sign_huff_offset = cp->huff_offset; in calculate_sign_huff()
640 cp->huff_offset = 0; in read_restart_header()
857 cp->huff_offset = get_sbits(gbp, 15); in read_channel_params()

Completed in 7 milliseconds