Searched refs:chd (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mace.c | 159 ChannelData chd[2]; member 176 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table() argument 181 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table() 183 current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_idx].stride-val-1]; in read_table() 185 if (( chd->index += tabs[tab_idx].tab1[val]-(chd->index >> 5) ) < 0) in read_table() 186 chd->index = 0; in read_table() 191 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3() argument 193 int16_t current = read_table(chd, val, tab_idx); in chomp3() 195 current = mace_broken_clip_int16(current + chd in chomp3() 201 chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) chomp6() argument [all...] |
Completed in 1 milliseconds