Home
last modified time | relevance | path

Searched refs:u1_is_short (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libavc/decoder/
H A Dih264d_parse_bslice.c1232 (!(ps_pic_buff1->u1_is_short && ps_pic_buff0->u1_is_short)) in ih264d_get_implicit_weights()
1303 (!(ps_pic_buff1->u1_is_short && ps_pic_buff0->u1_is_short)) in ih264d_get_implicit_weights()
H A Dih264d_dpb_mgr.c349 ps_mov_node->ps_pic_buf->u1_is_short = 0; in ih264d_insert_lt_node()
431 ps_pic_buf->u1_is_short = IS_SHORT_TERM; in ih264d_insert_st_node()
815 if(!ps_dpb_mgr->ps_init_dpb[uc_lx][i]->u1_is_short) in ih264d_ref_idx_reordering()
H A Dih264d_structs.h178 UWORD8 u1_is_short; /** (1: short 0: long) term ref pic */ member
H A Dih264d_process_bslice.c787 if((ps_pic_buff0->u1_is_short == 0) || (i16_td == 0)) in ih264d_decode_temporal_direct()
/aosp_15_r20/external/libavc/decoder/mvc/
H A Dimvcd_utils.c995 ps_view_buf->u1_is_short = ps_au_buf->b_is_short_term_ref; in imvcd_convert_au_buf_to_view_buf()