Searched refs:ps_nxtDPB (Results 1 – 1 of 1) sorted by relevance
315 struct dpb_info_t *ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node() local321 ps_nxtDPB = ps_next_dpb; in ih264d_insert_lt_node()325 ps_nxtDPB->ps_prev_long = ps_mov_node; in ih264d_insert_lt_node()1228 struct dpb_info_t *ps_nxtDPB; in ih264d_do_mmco_buffer() local1230 ps_nxtDPB = ps_dpb_mgr->ps_dpb_ht_head; in ih264d_do_mmco_buffer()1231 ps_next_dpb = ps_nxtDPB->ps_prev_long; in ih264d_do_mmco_buffer()1232 if(ps_nxtDPB->u1_lt_idx >= u4_lt_idx) in ih264d_do_mmco_buffer()1243 ps_nxtDPB = ps_next_dpb; in ih264d_do_mmco_buffer()1246 … ps_nxtDPB->ps_prev_long = NULL; //Terminate the link of the closest LTIndex that is <=Max in ih264d_do_mmco_buffer()1250 ps_next_dpb = ps_nxtDPB; in ih264d_do_mmco_buffer()[all …]