/third_party/lame/frontend/ |
D | brhist.c | 65 int kbps[BRHIST_WIDTH]; member 90 lame_bitrate_kbps(gf, brhist.kbps); in brhist_init() 91 brhist.vbr_bitrate_min_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_min); in brhist_init() 92 brhist.vbr_bitrate_max_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_max); in brhist_init() 155 brhist.kbps[i], brppt, in brhist_disp_line() 160 brhist.kbps[i], brppt, in brhist_disp_line() 328 sum += br_hist[i] * brhist.kbps[i]; in brhist_disp()
|
/third_party/lame/ |
D | USAGE | 14 fixed bit rate jstereo 128 kbps encoding: 36 ABR: (--abr <x> means encode with an average bitrate of around x kbps) 49 you can expect -V5 resulting in files averaging 132 kbps, -V2 averaging 50 200 kbps. 59 At lower bitrates, (like 24 kbps per channel), it is recommended that 177 a bitrate with -b, between 8 and 640 kbps. 281 turns on encoding with a targeted average bitrate of n kbps, allowing 283 kbps, you can use any integer value within that range. 302 bitrates (kbps): 32 40 48 56 64 80 96 112 128 160 192 224 256 320 305 bitrates (kbps): 8 16 24 32 40 48 56 64 80 96 112 128 144 160 [all …]
|
D | API | 36 128kbps CBR mp3 file at quality 5. Override various default settings
|
D | STYLEGUIDE | 54 * Use SI base units. Lame mixes Hz, kHz, kbps, bps. This is mess.
|
D | ChangeLog | 2223 For free format mp3 above 320 kbps, the maximum allowed bits was 3728 kbps 109 151 164 218 301 327 435 600 640(652) 4248 64kbps" 4689 at 320 kbps it seems to be possible to use the reservoir if we 4823 assert didn't match valid input range: bitrate 8 - 640 kbps 5059 restrict mpeg 2.5 to 64kbps 5804 320kbps cbr was flagged as "non optimal" in the info header 6750 use sfscale up to 160kbps 7132 (32kbps) 10765 128kbps), [all …]
|
/third_party/libsnd/docs/ |
D | formats.md | 27 | G721 ADPCM 32kbps | R/W | | R/W | … 28 | G723 ADPCM 24kbps | | | R/W | … 29 | G723 ADPCM 40kbps | | | R/W | …
|
/third_party/libsnd/src/G72x/ |
D | README.original | 78 -3 encode to (decode from) G.723 24kbps (3-bit) data 79 -4 encode to (decode from) G.721 32kbps (4-bit) data [the default] 80 -5 encode to (decode from) G.723 40kbps (5-bit) data
|
/third_party/openh264/testbin/ |
D | layer2_vd_rc.cfg | 15 SpatialBitrate 600 # Unit: kbps, controled by DisableRC also 16 MaxSpatialBitrate 800 # Unit: kbps, max bitrate for current layer
|
D | layer2_arbitrary_res.cfg | 15 SpatialBitrate 600 # Unit: kbps, controled by DisableRC also 16 MaxSpatialBitrate 800 # Unit: kbps, max bitrate for current layer
|
D | layer2.cfg | 15 SpatialBitrate 600 # Unit: kbps, controled by DisableRC also 16 MaxSpatialBitrate 0 # Unit: kbps, max bitrate for current layer, 0 - unspecified
|
D | layer2_vd.cfg | 15 SpatialBitrate 600 # Unit: kbps, controled by DisableRC also 16 MaxSpatialBitrate 800 # Unit: kbps, max bitrate for current layer
|
D | welsenc_vd_1d.cfg | 43 TargetBitrate 5000 # Unit: kbps, controled by EnableRC also 44 MaxOverallBitrate 6000 # Unit: kbps, max bitrate overall
|
D | welsenc_vd_rc.cfg | 42 TargetBitrate 600 # Unit: kbps, controled by EnableRC also 43 MaxOverallBitrate 800 # Unit: kbps, max bitrate overall
|
D | welsenc_arbitrary_res.cfg | 43 TargetBitrate 5000 # Unit: kbps, controled by EnableRC also 44 MaxOverallBitrate 6000 # Unit: kbps, max bitrate overall
|
D | welsenc_ios.cfg | 43 TargetBitrate 5000 # Unit: kbps, controled by EnableRC also 44 MaxOverallBitrate 6000 # Unit: kbps, max bitrate overall
|
D | welsenc.cfg | 43 TargetBitrate 5000 # Unit: kbps, controled by EnableRC also 44 MaxOverallBitrate 0 # Unit: kbps, max bitrate overall, 0 - unspecified
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/ |
D | layer2.cfg | 15 SpatialBitrate 600 # Unit: kbps, controled by DisableRC also 16 MaxSpatialBitrate 800 # Unit: kbps, max bitrate for current layer
|
D | welsenc.cfg | 35 TargetBitrate 5000 # Unit: kbps, controled by EnableRC also 36 MaxOverallBitrate 6000 # Unit: kbps, max bitrate overall
|
/third_party/lame/libmp3lame/ |
D | set_get.c | 2311 int kbps = 320; in calc_maximum_input_samples_for_buffer_size() local 2314 kbps = 64; in calc_maximum_input_samples_for_buffer_size() 2316 kbps = 160; in calc_maximum_input_samples_for_buffer_size() 2318 kbps = 320; in calc_maximum_input_samples_for_buffer_size() 2320 kbps = cfg->avg_bitrate; in calc_maximum_input_samples_for_buffer_size() 2322 kbps = cfg->avg_bitrate; in calc_maximum_input_samples_for_buffer_size() 2326 int const bpf = ((cfg->version + 1) * 72000 * kbps / cfg->samplerate_out + pad); in calc_maximum_input_samples_for_buffer_size()
|
D | VbrTag.c | 165 int kbps = bitrate_table[gfc->cfg.version][gfc->ov_enc.bitrate_index]; in AddVbrFrame() local 167 addVbr(&gfc->VBR_seek_table, kbps); in AddVbrFrame()
|
D | bitstream.c | 61 calcFrameLength(SessionConfig_t const *const cfg, int kbps, int pad) in calcFrameLength() argument 63 return 8 * ((cfg->version + 1) * 72000 * kbps / cfg->samplerate_out + pad); in calcFrameLength()
|
/third_party/lame/dshow/ |
D | Property.rc | 97 LTEXT "kbps",IDC_STATIC,4,16,22,8
|
D | Mpegac.cpp | 71 #define GET_DATARATE(kbps) (kbps * 1000 / 8) argument
|
/third_party/ffmpeg/tests/fate/ |
D | demux.mak | 98 fate-nsv-demux: CMD = framecrc -i $(TARGET_SAMPLES)/nsv/witchblade-51kbps.nsv -t 6 -c:v copy -c:a c…
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 40 (CBR) mode. If this option is unspecified it is set to 128kbps. 76 clever adjustments. Worse with low bitrates (less than 64kbps), but is better 780 32 kbps/channel 782 40 kbps/channel 784 48-56 kbps/channel 786 64 kbps/channel 788 about 80-96 kbps/channel 805 Use @command{ffmpeg} to convert an audio file to CBR 64k kbps AAC, using the 2042 Use @command{ffmpeg} to convert a CBR 1000 kbps Theora video stream: 2204 Target bitrate for each temporal layer (in kbps).
|