Home
last modified time | relevance | path

Searched refs:ih264d_motion_compensate_mp (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_inter_pred.h78 void ih264d_motion_compensate_mp(dec_struct_t * ps_dec, dec_mb_info_t *ps_cur_mb_info);
Dih264d_thread_parse_decode.c551 ps_dec->p_mc_dec_thread = ih264d_motion_compensate_mp; in ih264d_decode_slice_thread()
Dih264d_inter_pred.c1005 void ih264d_motion_compensate_mp(dec_struct_t * ps_dec, dec_mb_info_t *ps_cur_mb_info) in ih264d_motion_compensate_mp() function
Dih264d_parse_slice.c1638 ps_dec->p_motion_compensate = ih264d_motion_compensate_mp; in ih264d_parse_decode_slice()