Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacpsdata.c136 static const int8_t huff_offset[] = { variable
Dmlp.h89 int16_t huff_offset; ///< Offset to apply to residual values. member
Daacps_common.c108 READ_PAR_DATA(iid, huff_offset[table_idx], 0, FFABS(ps->iid_par[e][b]) > 7 + 8 * ps->iid_quan…
109 READ_PAR_DATA(icc, huff_offset[table_idx], 0, ps->icc_par[e][b] > 7U, 9, 2)
Dmlpenc.c329 if (prev_cp->huff_offset != cp->huff_offset) in compare_decoding_params()
432 cp->huff_offset = 0; in clear_channel_params()
985 put_sbits(pb, 15, cp->huff_offset); in write_decoding_params()
1021 sign_huff_offset[ch] = cp->huff_offset; in write_block_data()
2061 cp->huff_offset = cur_bo->offset; in set_best_codebook()
Dmlpdec.c229 int32_t sign_huff_offset = cp->huff_offset; in calculate_sign_huff()
611 cp->huff_offset = 0; in read_restart_header()
828 cp->huff_offset = get_sbits(gbp, 15); in read_channel_params()