Home
last modified time | relevance | path

Searched refs:sub_packet_list_A (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqdm2.c150 QDM2SubPNode sub_packet_list_A[16]; ///< list of all packets member
1174 if (i >= FF_ARRAY_ELEMS(q->sub_packet_list_A)) { in qdm2_decode_super_block()
1179 q->sub_packet_list_A[i].next = NULL; in qdm2_decode_super_block()
1182 q->sub_packet_list_A[i - 1].next = &q->sub_packet_list_A[i]; in qdm2_decode_super_block()
1210 q->sub_packet_list_A[i].packet = packet; in qdm2_decode_super_block()

Completed in 4 milliseconds