Searched refs:group_bits (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qdmc.c | 427 int amp, phase, stereo_mode = 0, i, group, freq, group_size, group_bits; in read_wave_data() local 432 group_bits = 4 - group; in read_wave_data() 447 off += 1 << group_bits; in read_wave_data() 476 if ((freq >> group_bits) + 1 < s->subframe_size) { in read_wave_data() 549 int j, group_bits, pos, pindex; in add_wave() local 555 group_bits = 4 - group; in add_wave() 561 for (j = 0; j < (1 << (group_bits + 1)) - 1; j++) { in add_wave() 562 pindex += (2 * freqs + 1) << (7 - group_bits); in add_wave()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_bm3d.c | 108 int group_bits; member 776 int i, group_bits; in config_input() local 787 for (group_bits = 4; 1 << group_bits < s->group_size; group_bits++); in config_input() 788 s->group_bits = group_bits; in config_input() 789 s->pgroup_size = 1 << group_bits; in config_input() 804 if (s->group_bits > 1) { in config_input() 805 sc->gdctf = av_dct_init(s->group_bits, DCT_I in config_input() [all...] |
Completed in 4 milliseconds