Searched refs:ps_nxtDPB (Results 1 – 1 of 1) sorted by relevance
317 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node() local323 ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()327 ps_nxtDPB->ps_prev_long = ps_mov_node; in ih264d_insert_lt_node()1239 struct dpb_info_t *ps_nxtDPB; in ih264d_do_mmco_buffer() local1241 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()1242 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()1243 if(ps_nxtDPB->u1_lt_idx >= u4_lt_idx) in ih264d_do_mmco_buffer()1254 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()1257 … ps_nxtDPB->ps_prev_long = NULL; //Terminate the link of the closest LTIndex that is <=Max in ih264d_do_mmco_buffer()1261 ps_next_dpb = ps_nxtDPB; in ih264d_do_mmco_buffer()[all …]