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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2.c96 typedef struct QDM2SubPNode { struct
98 struct QDM2SubPNode *next; ///< pointer to next packet in the list, NULL if leaf node
99 } QDM2SubPNode; typedef in typeref:struct:QDM2SubPNode
154 QDM2SubPNode sub_packet_list_A[16]; ///< list of all packets
155 QDM2SubPNode sub_packet_list_B[16]; ///< FFT packets B are on list
157 QDM2SubPNode sub_packet_list_C[16]; ///< packets with errors?
158 QDM2SubPNode sub_packet_list_D[16]; ///< DCT packets
429 static QDM2SubPNode* qdm2_search_subpacket_type_in_list (QDM2SubPNode *list, int type)
1059 static void process_subpacket_9 (QDM2Context *q, QDM2SubPNode *nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c95 typedef struct QDM2SubPNode { struct
97 struct QDM2SubPNode *next; ///< pointer to next packet in the list, NULL if leaf node
98 } QDM2SubPNode; typedef in typeref:struct:QDM2SubPNode
150 QDM2SubPNode sub_packet_list_A[16]; ///< list of all packets
151 QDM2SubPNode sub_packet_list_B[16]; ///< FFT packets B are on list
153 QDM2SubPNode sub_packet_list_C[16]; ///< packets with errors?
154 QDM2SubPNode sub_packet_list_D[16]; ///< DCT packets
462 static QDM2SubPNode *qdm2_search_subpacket_type_in_list(QDM2SubPNode *list,
1137 static int process_subpacket_9(QDM2Context *q, QDM2SubPNode *nod
[all...]

Completed in 114 milliseconds