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

  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 1058 int cbrBytes;
1059 cbrBytes = IMIN( (st->bitrate_bps + 4*frame_rate)/(8*frame_rate) , max_data_bytes);
1060 st->bitrate_bps = cbrBytes * (8*frame_rate);
1061 max_data_bytes = cbrBytes
    [all...]
  /external/libopus/src/
opus_encoder.c 1058 int cbrBytes;
1059 cbrBytes = IMIN( (st->bitrate_bps + 4*frame_rate)/(8*frame_rate) , max_data_bytes);
1060 st->bitrate_bps = cbrBytes * (8*frame_rate);
1061 max_data_bytes = cbrBytes
    [all...]

Completed in 110 milliseconds