Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c114 LOCAL_ALIGNED_16(int32_t, fixed_cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]); in apply_channel_coupling()
116 int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords; in apply_channel_coupling() local
124 memset(fixed_cpl_coords, 0, AC3_MAX_BLOCKS * sizeof(*cpl_coords)); in apply_channel_coupling()
265 s->ac3dsp.float_to_fixed24(fixed_cpl_coords[blk][1], in apply_channel_coupling()
270 fixed_cpl_coords[blk][1], in apply_channel_coupling()
299 … int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24; in apply_channel_coupling()