Searched refs:p_mc_dec_thread (Results 1 – 3 of 3) sorted by relevance
183 ps_dec->p_mc_dec_thread(ps_dec, ps_cur_mb_info); in isvcd_decode_recon_tfr_nmb_thread()205 ps_dec->p_mc_dec_thread(ps_dec, ps_cur_mb_info); in isvcd_decode_recon_tfr_nmb_thread()476 ps_dec->p_mc_dec_thread = ih264d_motion_compensate_bp; in isvcd_decode_slice_thread()488 ps_dec->p_mc_dec_thread = ih264d_motion_compensate_mp; in isvcd_decode_slice_thread()
311 ps_dec->p_mc_dec_thread(ps_dec, ps_cur_mb_info); in ih264d_decode_recon_tfr_nmb_thread()336 ps_dec->p_mc_dec_thread(ps_dec, ps_cur_mb_info); in ih264d_decode_recon_tfr_nmb_thread()539 ps_dec->p_mc_dec_thread = ih264d_motion_compensate_bp; in ih264d_decode_slice_thread()551 ps_dec->p_mc_dec_thread = ih264d_motion_compensate_mp; in ih264d_decode_slice_thread()
1211 void (*p_mc_dec_thread)(struct _DecStruct * ps_dec, dec_mb_info_t *ps_cur_mb_info); member