Home
last modified time | relevance | path

Searched refs:is_used (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c158 if (fs->is_used & 1) { in unmark_for_reference()
164 if (fs->is_used & 2) { in unmark_for_reference()
170 if (fs->is_used == 3) { in unmark_for_reference()
185 if (fs->is_used == 3) { // frame in is_short_term_reference()
191 if (fs->is_used & 1) { // top field in is_short_term_reference()
199 if (fs->is_used & 2) { // bottom field in is_short_term_reference()
212 if (fs->is_used == 3) { // frame in is_long_term_reference()
218 if (fs->is_used & 1) { // top field in is_long_term_reference()
226 if (fs->is_used & 2) { // bottom field in is_long_term_reference()
238 if (fs->is_used & 1) { in unmark_for_long_term_reference()
[all …]
H A Dh264d_init.c220 fs->is_used = 0; in store_proc_picture_in_dpb()
224 if (fs->is_used > 0) { //checking; in store_proc_picture_in_dpb()
234 if ((p->structure == FRAME && fs->is_used == 3) in store_proc_picture_in_dpb()
235 || (p->structure != FRAME && fs->is_used && fs->is_used < 3)) { in store_proc_picture_in_dpb()
760 if (p_Dpb->fs_ref[i]->is_used == 3) { in update_pic_num()
773 if (p_Dpb->fs_ltref[i]->is_used == 3) { in update_pic_num()
890 if (fs_list[top_idx]->is_used & 1) { in gen_pic_list_from_frame_list()
901 if (fs_list[bot_idx]->is_used & 2) { in gen_pic_list_from_frame_list()
916 if (fs_list[bot_idx]->is_used & 2) { in gen_pic_list_from_frame_list()
927 if (fs_list[top_idx]->is_used & 1) { in gen_pic_list_from_frame_list()
[all …]
H A Dh264d_fill.c118 if (dpb_info[i].is_used & 0x01) { //!< top_field in fill_picparams()
121 if (dpb_info[i].is_used & 0x02) { //!< bot_field in fill_picparams()
H A Dh264d_global.h287 RK_U32 is_used; member
364 RK_S32 is_used; //!< 0=empty; 1=top; 2=bottom; 3=both fields (or frame) member