Searched refs:viddec_h264_get_is_non_existent (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dmix_vbp_h264_stubs.c98 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->slice_ref_list0[i]&0x1f]))==0)
111 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->dpb.listX_0[i]&0x1f]))==0)
149 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->slice_ref_list0[i]&0x1f]))==0)
162 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->dpb.listX_0[i]&0x1f]))==0)
419 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
444 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
H A Dviddec_h264_workload.c773 if( viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[ (p_list[i]&0x1f) ])))
858 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->slice_ref_list0[i]&0x1f]))==0)
871 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->dpb.listX_0[i]&0x1f]))==0)
1125 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
1150 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
H A Dh264parse_dpb.c639 if(viddec_h264_get_is_non_existent(active_fs)) skip_picture = 1;
674 if(viddec_h264_get_is_non_existent(active_fs)) skip_picture = 1;
744 if(viddec_h264_get_is_non_existent(active_fs))
774 if(viddec_h264_get_is_non_existent(active_fs))
2715 if(!(viddec_h264_get_is_non_existent(active_fs))) {
2925 if(!(viddec_h264_get_is_non_existent(active_fs)))
3275 if(viddec_h264_get_is_non_existent(active_fs) == 0)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h375 #define viddec_h264_get_is_non_existent(x) h264_bitfields_extract( (x)->fs_flag_2, 0, 0x01) macro

Completed in 15 milliseconds