Searched refs:TRUE_OR_RETURN (Results 1 – 1 of 1) sorted by relevance
183 #define TRUE_OR_RETURN(a) \ macro499 TRUE_OR_RETURN(data == 0); in AdvanceToNextNALU()875 TRUE_OR_RETURN(sps->max_dec_frame_buffering >= sps->max_num_ref_frames); in ParseVUIParameters()912 TRUE_OR_RETURN(sps->seq_parameter_set_id < 32); in ParseSPS()920 TRUE_OR_RETURN(sps->chroma_format_idc < 4); in ParseSPS()926 TRUE_OR_RETURN(sps->bit_depth_luma_minus8 < 7); in ParseSPS()929 TRUE_OR_RETURN(sps->bit_depth_chroma_minus8 < 7); in ParseSPS()953 TRUE_OR_RETURN(sps->log2_max_frame_num_minus4 < 13); in ParseSPS()956 TRUE_OR_RETURN(sps->pic_order_cnt_type < 3); in ParseSPS()960 TRUE_OR_RETURN(sps->log2_max_pic_order_cnt_lsb_minus4 < 13); in ParseSPS()[all …]