Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h269 struct h264_store_pic_t *pic;
290 struct h264_store_pic_t *refpic;
303 typedef struct h264_store_pic_t { struct
323 struct h264_store_pic_t *top_field; //!< for mb aff, if frame for referencing the top field argument
324 … struct h264_store_pic_t *bottom_field; //!< for mb aff, if frame for referencing the bottom field argument
325 …struct h264_store_pic_t *frame; //!< for mb aff, if field for referencing the combined fra… argument
381 struct h264_store_pic_t *frame; argument
382 struct h264_store_pic_t *top_field;
383 struct h264_store_pic_t *bottom_field;
817 struct h264_store_pic_t **listP[MAX_NUM_DPB_LAYERS];
[all …]
H A Dh264d_dpb.c1855 struct h264_store_pic_t *pic = NULL; in get_field_dpb_combine_flag()