Searched refs:sub_packet (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qdm2.c | 117 int16_t sub_packet; member 196 int sub_packet; member 263 * @param sub_packet packet under analysis 266 QDM2SubPacket *sub_packet) in qdm2_decode_sub_packet_header() 268 sub_packet->type = get_bits(gb, 8); in qdm2_decode_sub_packet_header() 270 if (sub_packet->type == 0) { in qdm2_decode_sub_packet_header() 271 sub_packet->size = 0; in qdm2_decode_sub_packet_header() 272 sub_packet->data = NULL; in qdm2_decode_sub_packet_header() 274 sub_packet->size = get_bits(gb, 8); in qdm2_decode_sub_packet_header() 276 if (sub_packet in qdm2_decode_sub_packet_header() 265 qdm2_decode_sub_packet_header(GetBitContext *gb, QDM2SubPacket *sub_packet) qdm2_decode_sub_packet_header() argument 1245 qdm2_fft_init_coefficient(QDM2Context *q, int sub_packet, int offset, int duration, int channel, int exp, int phase) qdm2_fft_init_coefficient() argument 1338 int sub_packet = (local_int_20 + local_int_28); qdm2_fft_decode_tones() local 1474 qdm2_fft_tone_synthesizer(QDM2Context *q, int sub_packet) qdm2_fft_tone_synthesizer() argument 1545 qdm2_calculate_fft(QDM2Context *q, int channel, int sub_packet) qdm2_calculate_fft() argument [all...] |
Completed in 2 milliseconds