Home
last modified time | relevance | path

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

/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.h1167 void (*p_mc_dec_thread)(struct _DecStruct * ps_dec, dec_mb_info_t *ps_cur_mb_info); member