Searched refs:ps_nxtDPB (Results 1 – 1 of 1) sorted by relevance
312 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node() local318 ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()322 ps_nxtDPB->ps_prev_long = ps_mov_node; in ih264d_insert_lt_node()1218 struct dpb_info_t *ps_nxtDPB; in ih264d_do_mmco_buffer() local1220 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()1221 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()1222 if(ps_nxtDPB->u1_lt_idx >= u4_lt_idx) in ih264d_do_mmco_buffer()1233 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()1236 … ps_nxtDPB->ps_prev_long = NULL; //Terminate the link of the closest LTIndex that is <=Max in ih264d_do_mmco_buffer()1240 ps_next_dpb = ps_nxtDPB; in ih264d_do_mmco_buffer()[all …]