Searched refs:nal_type (Results 1 – 5 of 5) sorted by relevance
32 #define IS_IDR(nal_type) (nal_type == 19 || nal_type == 20) argument33 #define IS_BLA(nal_type) (nal_type == 17 || nal_type == 16 || nal_type == 18) argument34 #define IS_IRAP(nal_type) (nal_type >= 16 && nal_type <= 23) argument
374 RK_U32 nal_type; in hal_h265d_slice_output_rps() local410 READ_BITS(gb, 6, &nal_type); in hal_h265d_slice_output_rps()412 if (nal_type > 23) { in hal_h265d_slice_output_rps()420 if (nal_type >= 16 && nal_type <= 23) in hal_h265d_slice_output_rps()489 if (!IS_IDR(nal_type)) { in hal_h265d_slice_output_rps()
27 RK_U32 nal_type = 0; in h265e_get_nal_type() local30 nal_type = sp->non_reference_flag ? NAL_TSA_N : NAL_TSA_R; in h265e_get_nal_type()32 nal_type = NAL_IDR_W_RADL; in h265e_get_nal_type()34 nal_type = sp->non_reference_flag ? NAL_TRAIL_N : NAL_TRAIL_R; in h265e_get_nal_type()37 return nal_type; in h265e_get_nal_type()
418 RK_U32 nal_type; in h265d_syntax_fill_slice() local428 READ_BITS(gb, 6, &nal_type); in h265d_syntax_fill_slice()430 if (nal_type >= 32) { in h265d_syntax_fill_slice()
325 RK_U32 nal_type; member