HomeSort by relevance Sort by last modified time
    Searched refs:vbr_quality (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/speex/libspeex/
sb_celp.h 76 float vbr_quality; /**< Quality setting for VBR encoding */ member in struct:SBEncState
nb_celp.h 98 float vbr_quality; /**< Quality setting for VBR encoding */ member in struct:EncState
sb_celp.c 257 st->vbr_quality = 8;
441 st->vbr_quality += qual_change;
442 if (st->vbr_quality>10)
443 st->vbr_quality=10;
444 if (st->vbr_quality<0)
445 st->vbr_quality=0;
468 v1=(int)floor(st->vbr_quality);
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
473 (1+v1-st->vbr_quality) * mode->vbr_thresh[modeid][v1];
    [all...]
nb_celp.c 191 st->vbr_quality = 8;
443 st->vbr_quality += qual_change;
444 if (st->vbr_quality>10)
445 st->vbr_quality=10;
446 if (st->vbr_quality<0)
447 st->vbr_quality=0;
452 /* delta_qual*=.1*(3+st->vbr_quality);*/
463 v1=(int)floor(st->vbr_quality);
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1]
    [all...]
  /external/speex/libspeex/
sb_celp.h 76 float vbr_quality; /**< Quality setting for VBR encoding */ member in struct:SBEncState
nb_celp.h 98 float vbr_quality; /**< Quality setting for VBR encoding */ member in struct:EncState
sb_celp.c 257 st->vbr_quality = 8;
441 st->vbr_quality += qual_change;
442 if (st->vbr_quality>10)
443 st->vbr_quality=10;
444 if (st->vbr_quality<0)
445 st->vbr_quality=0;
468 v1=(int)floor(st->vbr_quality);
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
473 (1+v1-st->vbr_quality) * mode->vbr_thresh[modeid][v1];
    [all...]
nb_celp.c 191 st->vbr_quality = 8;
443 st->vbr_quality += qual_change;
444 if (st->vbr_quality>10)
445 st->vbr_quality=10;
446 if (st->vbr_quality<0)
447 st->vbr_quality=0;
452 /* delta_qual*=.1*(3+st->vbr_quality);*/
463 v1=(int)floor(st->vbr_quality);
467 thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1]
    [all...]

Completed in 417 milliseconds