Searched refs:huff_offset (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacpsdata.c | 136 static const int8_t huff_offset[] = { variable
|
D | mlp.h | 89 int16_t huff_offset; ///< Offset to apply to residual values. member
|
D | aacps_common.c | 108 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)
|
D | mlpenc.c | 329 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()
|
D | mlpdec.c | 229 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()
|