Home
last modified time | relevance | path

Searched refs:p_mc_dec_thread (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_thread_parse_decode.c183 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()
/external/libavc/decoder/
Dih264d_thread_parse_decode.c311 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()
Dih264d_structs.h1211 void (*p_mc_dec_thread)(struct _DecStruct * ps_dec, dec_mb_info_t *ps_cur_mb_info); member