Searched refs:group_bits (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qdmc.c | 422 int amp, phase, stereo_mode = 0, i, group, freq, group_size, group_bits; in read_wave_data() local 427 group_bits = 4 - group; in read_wave_data() 442 off += 1 << group_bits; in read_wave_data() 471 if ((freq >> group_bits) + 1 < s->subframe_size) { in read_wave_data() 544 int j, group_bits, pos, pindex; in add_wave() local 550 group_bits = 4 - group; in add_wave() 556 for (j = 0; j < (1 << (group_bits + 1)) - 1; j++) { in add_wave() 557 pindex += (2 * freqs + 1) << (7 - group_bits); in add_wave()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_bm3d.c | 109 int group_bits; member 785 int i, group_bits; in config_input() local 796 for (group_bits = 4; 1 << group_bits < s->group_size; group_bits++); in config_input() 797 s->group_bits = group_bits; in config_input() 798 s->pgroup_size = 1 << group_bits; in config_input() 813 if (s->group_bits > 1) { in config_input() 814 sc->gdctf = av_dct_init(s->group_bits, DCT_II); in config_input() 815 sc->gdcti = av_dct_init(s->group_bits, DCT_III); in config_input()
|