Home
last modified time | relevance | path

Searched refs:nch (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_channelmap.c64 int nch; member
232 s->nch = map_entries; in channelmap_init()
260 s->nch = fmt.nb_channels; in channelmap_init()
261 for (i = 0; i < s->nch; i++) { in channelmap_init()
271 } else if (s->nch != fmt.nb_channels) { in channelmap_init()
274 s->channel_layout_str, s->nch); in channelmap_init()
286 for (i = 0; i < s->nch; i++) { in channelmap_init()
318 const int nch_out = s->nch; in channelmap_filter_frame()
375 for (i = 0; i < s->nch; i++) { in channelmap_config_input()
/third_party/lame/mpglib/
H A Dlayer2.c133 int nch = fr->stereo; in II_step_one() local
143 if (nch == 2) { in II_step_one()
182 for (ch = 0; ch < nch; ++ch) { in II_step_one()
223 int i, ch, nch = fr->stereo; in II_step_two() local
230 for (ch = 0; ch < nch; ++ch) { in II_step_two()
284 for (ch = 0; ch < nch; ++ch) { in II_step_two()
303 for (ch = 0; ch < nch; ++ch) { in II_step_two()
325 for (ch = 0; ch < nch; ++ch) { in II_step_two()
/third_party/lame/dshow/
H A DEncoder.cpp206 int const nch = lame_get_num_channels(pgf); in Init() local
207 short * start_padd = (short *)calloc(48, nch * sizeof(short)); in Init()
211 if (nch == 2) in Init()
278 int const nch = lame_get_num_channels(pgf); in Encode() local
282 int nsamples = (data_size - bytes_processed) / (sizeof(short) * nch); in Encode()
295 if (nch == 2) in Encode()
315 bytes_processed += nsamples * nch * sizeof(short); in Encode()
/third_party/lame/libmp3lame/
H A Dvbrquantize.c1263 int const nch = cfg->channels_out; in VBR_encode_frame() local
1278 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1298 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1322 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1351 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1378 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1389 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1398 for (ch = 0; ch < nch; ++ch) { in VBR_encode_frame()
1406 if (nch > 1) { in VBR_encode_frame()
1425 for (ch = 0; ch < nch; in VBR_encode_frame()
[all...]
H A Dutil.c681 int nch = cfg->channels_out; in fill_buffer() local
689 } while (++ch < nch); in fill_buffer()
696 } while (++ch < nch); in fill_buffer()
H A Dpsymodel.c1300 vbrpsy_apply_block_type(PsyStateVar_t * psv, int nch, int const *uselongblock, int *blocktype_d) in vbrpsy_apply_block_type() argument
1306 for (chn = 0; chn < nch; chn++) { in vbrpsy_apply_block_type()
/third_party/lame/frontend/
H A Dget_audio.h59 void put_audio16(FILE* outf, short Buffer[2][1152], int iread, int nch);
H A Dget_audio.c2422 put_audio16(FILE * outf, short Buffer[2][1152], int iread, int nch) in put_audio16() argument
2428 if (nch == 1) { in put_audio16()
2449 if (nch == 1) { in put_audio16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c100 static int nch(struct parse *, cset *);
737 if (nch(p, cs) == 1) { /* optimize singleton sets */ in p_bracket()
1193 - nch - number of characters in a set
1196 nch(struct parse *p, cset *cs) in nch() function
/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c1480 int nch = (id_aac == TYPE_CPE) ? 2 : 1; local
1506 for (ch = 0; ch < nch; ch++) {
1552 nch = 2;
1560 if (nch == 2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c228 static int nch(struct parse *, cset *);
865 if (nch(p, cs) == 1) { /* optimize singleton sets */ in p_bracket()
1321 - nch - number of characters in a set
1324 nch(struct parse *p, cset *cs) in nch() function
/third_party/backends/backend/
H A Dhp-option.c1239 struct hp_choice_s nch = { 0, 0, 0, 0, 0 }; in _probe_scan_type() local
1271 scan_types[numchoices] = nch; in _probe_scan_type()

Completed in 24 milliseconds