Lines Matching refs:pce
58 AACPCEInfo *pce = &s->pce;
67 put_bits(pb, 4, pce->num_ele[0]); /* Front */
68 put_bits(pb, 4, pce->num_ele[1]); /* Side */
69 put_bits(pb, 4, pce->num_ele[2]); /* Back */
70 put_bits(pb, 2, pce->num_ele[3]); /* LFE */
79 for (j = 0; j < pce->num_ele[i]; j++) {
81 put_bits(pb, 1, pce->pairing[i][j]);
82 put_bits(pb, 4, pce->index[i][j]);
971 s->needs_pce = s->options.pce;
987 s->pce = aac_pce_configs[i];
988 s->reorder_map = s->pce.reorder_map;
989 s->chan_map = s->pce.config_map;
1125 {"aac_pce", "Forces the use of PCEs", offsetof(AACEncContext, options.pce), AV_OPT_TYPE_BOOL, {.i64 = 0}, -1, 1, AACENC_FLAGS},