Home
last modified time | relevance | path

Searched refs:ch0 (Results 1 - 21 of 21) sorted by relevance

/third_party/lame/test/
H A Dlame_test.cpp61 float const* ch0() const { return m_buffer_ch0; } in ch0() function in PcmGenerator
169 int encode(float const* ch0, float const* ch1, int n_in, unsigned char* out_buffer, int m_out_free) { in encode() argument
171 return lame_encode_buffer_float(m_gf, ch0, ch1, n_in, out_buffer, m_out_free); in encode()
246 rc = lame.encode(src.ch0(), src.ch1(), m, mp3_stream_buffer.current(), mp3_stream_buffer.unused()); in generateFile()
/third_party/ffmpeg/libavcodec/
H A Dralf.c335 int *ch0, *ch1; in decode_block() local
370 ch0 = ctx->channel_data[0]; in decode_block()
375 dst0[i] = ch0[i] + ctx->bias[0]; in decode_block()
379 dst0[i] = ch0[i] + ctx->bias[0]; in decode_block()
385 ch0[i] += ctx->bias[0]; in decode_block()
386 dst0[i] = ch0[i]; in decode_block()
387 dst1[i] = ch0[i] - (ch1[i] + ctx->bias[1]); in decode_block()
392 t = ch0[i] + ctx->bias[0]; in decode_block()
401 t2 = ((ch0[i] + ctx->bias[0]) * 2) | (t & 1); in decode_block()
H A Dac3enc.c1424 int blk, ch, ch0=0, got_cpl; in ac3_quantize_mantissas() local
1433 ch0 = ch - 1; in ac3_quantize_mantissas()
1442 ch = ch0; in ac3_quantize_mantissas()
1509 int ch, i, baie, bnd, got_cpl, av_uninit(ch0); in output_audio_block()
1672 ch0 = ch - 1; in output_audio_block()
1691 ch = ch0; in output_audio_block()
H A Don2avc.c297 float *ch0 = c->coeffs[0]; in on2avc_apply_ms() local
304 float l = *ch0, r = *ch1; in on2avc_apply_ms()
305 *ch0++ = l + r; in on2avc_apply_ms()
309 ch0 += c->band_start[b + 1] - c->band_start[b]; in on2avc_apply_ms()
H A Daacdec_template.c2220 INTFLOAT *ch0 = cpe->ch[0].coeffs; local
2231 ac->fdsp->butterflies_fixed(ch0 + group * 128 + offsets[i],
2236 ac->fdsp->butterflies_float(ch0 + group * 128 + offsets[i],
2243 ch0 += ics->group_len[g] * 128;
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.h56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \
57 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
H A Ddxcapi.h229 #define DXC_FOURCC(ch0, ch1, ch2, ch3) ( \
230 (UINT32)(UINT8)(ch0) | (UINT32)(UINT8)(ch1) << 8 | \
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak13 FATE_MAPCHAN-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-2ch-extract-ch0-ch2-trailing
14 fate-mapchan-2ch-extract-ch0-ch2-trailing: tests/data/asynth-44100-2.wav
15 fate-mapchan-2ch-extract-ch0-ch2-trailing: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-2.wav -map_channel 0.0.0 -map_channel 0.0.2? -fflags +bitexact -f wav
17 FATE_MAPCHAN-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-3ch-extract-ch0-ch2-trailing
18 fate-mapchan-3ch-extract-ch0-ch2-trailing: tests/data/asynth-44100-3.wav
19 fate-mapchan-3ch-extract-ch0-ch2-trailing: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-3.wav -map_channel 0.0.0 -map_channel 0.0.2? -fflags +bitexact -f wav
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp313 std::uint16_t ch0 = get_raw_channel_from_row(row0, x, 0, format); in get_next_row_data() local
316 set_raw_channel_to_row(out_data, x, 0, ch0, output_format_); in get_next_row_data()
443 std::uint16_t ch0 = get_raw_channel_from_row(src_data, x, 0, src_format); in get_next_row_data() local
446 float mono = ch0 * ch0_mult_ + ch1 * ch1_mult_ + ch2 * ch2_mult_; in get_next_row_data()
518 std::uint16_t ch0 = get_raw_channel_from_row(row0, x, 0, format); in get_next_row_data() local
521 set_raw_channel_to_row(out_data, x, 0, ch0, format); in get_next_row_data()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c215 #define BI_FOURCC(ch0, ch1, ch2, ch3) ( \
216 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
/third_party/spirv-tools/source/
H A Dtext_handler.cpp146 char ch0 = text->str[position->index]; in startsWithOp() local
149 return ('O' == ch0 && 'p' == ch1 && ('A' <= ch2 && ch2 <= 'Z')); in startsWithOp()
/third_party/ffmpeg/tools/
H A Dqt-faststart.c73 #define BE_FOURCC(ch0, ch1, ch2, ch3) \
77 ((uint32_t)(unsigned char)(ch0) << 24) )
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp144 char ch0 = text->str[position->index]; in startsWithOp() local
147 return ('O' == ch0 && 'p' == ch1 && ('A' <= ch2 && ch2 <= 'Z')); in startsWithOp()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp144 char ch0 = text->str[position->index]; in startsWithOp() local
147 return ('O' == ch0 && 'p' == ch1 && ('A' <= ch2 && ch2 <= 'Z')); in startsWithOp()
/third_party/typescript/lib/
H A DtypingsInstaller.js7684 var ch0 = url.charCodeAt(start);
7685 if (ch0 === 58 /* CharacterCodes.colon */)
7687 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7701 var ch0 = path.charCodeAt(0);
7703 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7704 if (path.charCodeAt(1) !== ch0)
7706 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7712 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]
H A Dtsc.js4991 var ch0 = url.charCodeAt(start);
4992 if (ch0 === 58)
4994 if (ch0 === 37 && url.charCodeAt(start + 1) === 51) {
5004 var ch0 = path.charCodeAt(0);
5005 if (ch0 === 47 || ch0 === 92) {
5006 if (path.charCodeAt(1) !== ch0)
5008 var p1 = path.indexOf(ch0 === 47 ? ts.directorySeparator : ts.altDirectorySeparator, 2);
5013 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58) {
[all...]
H A Dtsserverlibrary.js7703 var ch0 = url.charCodeAt(start);
7704 if (ch0 === 58 /* CharacterCodes.colon */)
7706 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7720 var ch0 = path.charCodeAt(0);
7722 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7723 if (path.charCodeAt(1) !== ch0)
7725 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7731 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]
H A Dtypescript.js7694 var ch0 = url.charCodeAt(start);
7695 if (ch0 === 58 /* CharacterCodes.colon */)
7697 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7711 var ch0 = path.charCodeAt(0);
7713 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7714 if (path.charCodeAt(1) !== ch0)
7716 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7722 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]
H A DtypescriptServices.js7694 var ch0 = url.charCodeAt(start);
7695 if (ch0 === 58 /* CharacterCodes.colon */)
7697 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7711 var ch0 = path.charCodeAt(0);
7713 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7714 if (path.charCodeAt(1) !== ch0)
7716 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7722 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]
H A Dtsserver.js7704 var ch0 = url.charCodeAt(start);
7705 if (ch0 === 58 /* CharacterCodes.colon */)
7707 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7721 var ch0 = path.charCodeAt(0);
7723 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7724 if (path.charCodeAt(1) !== ch0)
7726 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7732 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js7643 var ch0 = url.charCodeAt(start);
7644 if (ch0 === 58 /* CharacterCodes.colon */)
7646 if (ch0 === 37 /* CharacterCodes.percent */ && url.charCodeAt(start + 1) === 51 /* CharacterCodes._3 */) {
7660 var ch0 = path.charCodeAt(0);
7662 if (ch0 === 47 /* CharacterCodes.slash */ || ch0 === 92 /* CharacterCodes.backslash */) {
7663 if (path.charCodeAt(1) !== ch0)
7665 var p1 = path.indexOf(ch0 === 47 /* CharacterCodes.slash */ ? ts.directorySeparator : ts.altDirectorySeparator, 2);
7671 if (isVolumeCharacter(ch0) && path.charCodeAt(1) === 58 /* CharacterCodes.colon */) {
[all...]

Completed in 200 milliseconds