Home
last modified time | relevance | path

Searched refs:PMbInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264data.h42 typedef struct PMbInfo { struct
45 } PMbInfo; typedef
47 extern const PMbInfo ff_h264_p_mb_type_info[5];
48 extern const PMbInfo ff_h264_p_sub_mb_type_info[4];
49 extern const PMbInfo ff_h264_b_mb_type_info[23];
50 extern const PMbInfo ff_h264_b_sub_mb_type_info[13];
Dh264data.c95 const PMbInfo ff_h264_p_mb_type_info[5] = {
103 const PMbInfo ff_h264_p_sub_mb_type_info[4] = {
110 const PMbInfo ff_h264_b_mb_type_info[23] = {
136 const PMbInfo ff_h264_b_sub_mb_type_info[13] = {