Searched refs:output_channels (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opusdec.c | 107 for (i = 0; i < s->output_channels; i++) { in opus_flush_resample() 115 for (i = 0; i < s->output_channels; i++) in opus_flush_resample() 254 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame() 284 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame() 298 for (i = 0; i < s->output_channels; i++) in opus_decode_frame() 311 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame() 320 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame() 361 (s->output_channels == 2 && !s->cur_out[1])) { in opus_decode_subpacket() 397 for (j = 0; j < s->output_channels; j++) in opus_decode_subpacket() 403 for (j = 0; j < s->output_channels; in opus_decode_subpacket() [all...] |
H A D | opus_celt.c | 356 if (!f->output_channels) in ff_celt_decode_frame() 357 f->output_channels = channels; in ff_celt_decode_frame() 418 if (f->output_channels < f->channels) { in ff_celt_decode_frame() 421 } else if (f->output_channels > f->channels) in ff_celt_decode_frame() 436 for (i = 0; i < f->output_channels; i++) { in ff_celt_decode_frame() 538 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels, in ff_celt_init() argument 544 if (output_channels != 1 && output_channels != 2) { in ff_celt_init() 546 output_channels); in ff_celt_init() 555 frm->output_channels in ff_celt_init() [all...] |
H A D | opus.h | 103 int output_channels; member 182 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels);
|
H A D | opus_celt.h | 102 int output_channels; member 162 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels,
|
H A D | opus_silk.c | 47 int output_channels; member 672 if (s->output_channels == channel || redundant) in silk_decode_frame() 846 if (coded_channels == 1 || s->output_channels == 1) { in ff_silk_decode_superframe() 847 for (j = 0; j < s->output_channels; j++) { in ff_silk_decode_superframe() 875 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels) in ff_silk_init() argument 879 if (output_channels != 1 && output_channels != 2) { in ff_silk_init() 881 output_channels); in ff_silk_init() 890 s->output_channels = output_channels; in ff_silk_init() [all...] |
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 586 uint8_t output_channels [ 1]; 613 a2b->output_channels = mftTag->output_channels[0]; 616 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { 639 b2a->output_channels = mftTag->output_channels[0]; 646 if (b2a->output_channels < 3 || b2a->output_channels > ARRAY_COUNT(b2a->output_curves)) { 670 uint32_t byte_len_all_output_tables = out->output_channels * byte_len_per_output_table; 672 uint64_t grid_size = out->output_channels * byte_widt [all...] |
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 128 // Required: 3 1D "B" curves. Always present, and output_channels must be 3. 129 uint32_t output_channels; member 146 // If output_channels == 0, this CLUT and these curves are skipped, 147 // Otherwise, output_channels must be in [1, 4]. 148 uint32_t output_channels; member
|
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 712 static void clut(uint32_t input_channels, uint32_t output_channels, in clut() argument 718 assert (output_channels == 3 || in clut() 719 output_channels == 4); in clut() 746 if (output_channels == 4) { in clut() 779 if (output_channels == 3) { in clut() 794 clut(a2b->input_channels, a2b->output_channels, in clut() 799 clut(b2a->input_channels, b2a->output_channels, in clut()
|
Completed in 12 milliseconds