Home
last modified time | relevance | path

Searched refs:n_ch (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtwinvq.c669 int n_ch = tctx->avctx->channels; in init_bitstream_params() local
673 int lsp_bits_per_block = n_ch * (mtab->lsp_bit0 + mtab->lsp_bit1 + in init_bitstream_params()
676 int ppc_bits = n_ch * (mtab->pgain_bit + mtab->ppc_shape_bit + in init_bitstream_params()
684 bse_bits[i] = n_ch * in init_bitstream_params()
689 TWINVQ_WINDOW_TYPE_BITS + n_ch * TWINVQ_GAIN_BITS; in init_bitstream_params()
693 lsp_bits_per_block + n_ch * TWINVQ_GAIN_BITS + in init_bitstream_params()
695 mtab->fmode[i].sub * (bse_bits[i] + n_ch * TWINVQ_SUB_GAIN_BITS); in init_bitstream_params()
707 bit_size = n_ch * mtab->ppc_shape_bit; in init_bitstream_params()
708 vect_size = n_ch * mtab->ppc_shape_len; in init_bitstream_params()
711 vect_size = n_ch * mtab->size; in init_bitstream_params()
/third_party/libxml2/
Dtestapi.c3927 int n_ch; in test_xmlSAX2Characters() local
3932 for (n_ch = 0;n_ch < gen_nb_const_xmlChar_ptr;n_ch++) { in test_xmlSAX2Characters()
3936 ch = gen_const_xmlChar_ptr(n_ch, 1); in test_xmlSAX2Characters()
3945 des_const_xmlChar_ptr(n_ch, (const xmlChar *)ch, 1); in test_xmlSAX2Characters()
3953 printf(" %d", n_ch); in test_xmlSAX2Characters()
4570 int n_ch; in test_xmlSAX2IgnorableWhitespace() local
4575 for (n_ch = 0;n_ch < gen_nb_const_xmlChar_ptr;n_ch++) { in test_xmlSAX2IgnorableWhitespace()
4579 ch = gen_const_xmlChar_ptr(n_ch, 1); in test_xmlSAX2IgnorableWhitespace()
4588 des_const_xmlChar_ptr(n_ch, (const xmlChar *)ch, 1); in test_xmlSAX2IgnorableWhitespace()
4596 printf(" %d", n_ch); in test_xmlSAX2IgnorableWhitespace()
[all …]