Lines Matching refs:param

80 #define OFFSET(param) offsetof(AC3EncodeContext, options.param)
305 * @param s AC-3 encoder private context
323 * @param s AC-3 encoder private context
394 * @param s AC-3 encoder private context
540 * @param[in,out] exp array of exponents for 1 block in 1 channel
541 * @param nb_exps number of exponents in active bandwidth
542 * @param exp_strategy exponent strategy for the block
543 * @param cpl indicates if the block is in the coupling channel
698 * @param s AC-3 encoder private context
756 * @param s AC-3 encoder private context
1115 * @param[in,out] mant_cnt running counts for each bap value for each block
1133 * @param s AC-3 encoder private context
1134 * @param ch channel index
1135 * @param[in,out] mant_cnt running counts for each bap value for each block
1136 * @param start starting coefficient bin
1137 * @param end ending coefficient bin
1180 * @param s AC-3 encoder private context
1181 * @param snr_offset SNR offset, 0 to 1023
1282 * @param c unquantized coefficient
1283 * @param e exponent
1284 * @param levels number of quantization levels
1298 * @param c unquantized coefficient
1299 * @param e exponent
1300 * @param qbits number of quantization bits
1319 * @param s Mantissa count context
1320 * @param fixed_coef unquantized fixed-point coefficients
1321 * @param exp exponents
1322 * @param bap bit allocation pointer indices
1323 * @param[out] qmant quantized coefficients
1324 * @param start_freq starting coefficient bin
1325 * @param end_freq ending coefficient bin
1420 * @param s AC-3 encoder private context
1780 * @param s AC-3 encoder private context
1781 * @param frame output data buffer
1984 * @param s AC-3 encoder private context
2167 * @param avctx Codec context