Lines Matching refs:vbrmax
771 const int vbrsfmin[SFBMAX], int vbrmax)
784 v = vbrmax - vbrsf[sfb];
807 vbrmax -= delta;
817 if (vbrmax < maxminsfb) {
818 vbrmax = maxminsfb;
820 cod_info->global_gain = vbrmax;
831 sf_temp[sfb] = vbrsf[sfb] - vbrmax;
849 int vbrmax)
870 v = vbrmax - vbrsf[sfb];
892 int gain = vbrmax - maxover0p;
906 int gain = vbrmax - maxover1p;
935 vbrmax -= delta;
936 if (vbrmax < maxminsfb) {
937 vbrmax = maxminsfb;
965 cod_info->global_gain = vbrmax;
975 sf_temp[sfb] = vbrsf[sfb] - vbrmax;
1017 int gain, vbrmax = 0;
1026 if (vbrmax < gain) {
1027 vbrmax = gain;
1031 that->alloc(that, sftemp, vbrsfmin, vbrmax);
1141 tryThatOne(algo_t const* that, const int sftemp[SFBMAX], const int vbrsfmin[SFBMAX], int vbrmax)
1145 that->alloc(that, sftemp, vbrsfmin, vbrmax);
1303 int vbrmax;
1305 vbrmax = block_sf(that, l3_xmin[gr][ch], sfwork, vbrsfmin);
1306 that->alloc(that, sfwork, vbrsfmin, vbrmax);