Lines Matching defs:out

46  * @param[in,out] xlat        ptr to ptr to translation table
47 * @param[in,out] tab_offset starting offset to the generated vlc table
48 * @param[out] out_vlc ptr to vlc table to be generated
121 * @param[in,out] chan ptr to the channel parameters
122 * @param[in,out] ctx ptr to the channel unit context
150 * @param[in,out] ctx ptr to the channel unit context
151 * @param[in,out] chan ptr to the channel parameters
168 "WL index out of range: pos=%d, val=%d!\n",
180 * @param[in,out] ctx ptr to the channel unit context
181 * @param[in,out] chan ptr to the channel parameters
197 "SF index out of range: pos=%d, val=%d!\n",
211 * @param[out] dst ptr to output array
235 * @param[in,out] ctx ptr to the channel unit context
382 * @param[in,out] ctx ptr to the channel unit context
517 * @param[in,out] ctx ptr to the channel unit context
550 * @param[in,out] ctx ptr to the channel unit context
578 * @param[in,out] ctx ptr to the channel unit context
630 * @param[in,out] ctx ptr to the channel unit context
683 * @param[in,out] ctx ptr to the channel unit context
718 * @param[out] out pointer to buffer where decoded data should be stored
722 VLC *vlc_tab, int16_t *out, const int num_specs)
743 out[pos++] = cf;
756 * @param[in,out] ctx ptr to the channel unit context
822 * @param[out] out where to place decoded flags
826 static int get_subband_flags(GetBitContext *gb, uint8_t *out, int num_flags)
830 memset(out, 0, num_flags);
836 out[i] = get_bits1(gb);
838 memset(out, 1, num_flags);
848 * @param[in,out] ctx ptr to the channel unit context
865 * @param[in,out] ctx ptr to the channel unit context
932 * @param[out] dst ptr to the output array
948 * @param[out] dst ptr to the output array
971 * @param[in,out] ctx ptr to the channel unit context
1055 * @param[out] dst ptr to the output array
1079 * @param[out] dst ptr to the output array
1107 * @param[in,out] ctx ptr to the channel unit context
1262 * @param[in,out] ctx ptr to the channel unit context
1305 * @param[in,out] ctx ptr to the channel unit context
1344 * @param[in,out] ctx ptr to the channel unit context
1410 * @param[in,out] ctx ptr to the channel unit context
1470 * @param[in,out] ctx ptr to the channel unit context
1570 * @param[in,out] ctx ptr to the channel unit context
1595 * @param[in,out] ctx ptr to the channel unit context