Home
last modified time | relevance | path

Searched refs:u4_nmb_deblk (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c204 ps_dec->u4_nmb_deblk = 0; in ih264d_start_of_pic()
206 ps_dec->u4_nmb_deblk = 1; in ih264d_start_of_pic()
212 ps_dec->u4_nmb_deblk = 0; in ih264d_start_of_pic()
Dih264d_thread_parse_decode.c394 if(ps_dec->u4_nmb_deblk == 1) in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_process_pslice.c448 if(ps_dec->u4_nmb_deblk == 1) in ih264d_decode_recon_tfr_nmb()
Dih264d_structs.h1228 UWORD32 u4_nmb_deblk; member
Dih264d_api.c2352 …if((ps_dec->u4_nmb_deblk == 0) &&(ps_dec->u4_start_recon_deblk == 1) && (ps_dec->ps_cur_sps->u1_mb… in ih264d_video_decode()