Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c559 READ_ONEBIT(gb, &sh.slice_sample_adaptive_offset_flag[0]); in hal_h265d_slice_output_rps()
560 READ_ONEBIT(gb, &sh.slice_sample_adaptive_offset_flag[1]); in hal_h265d_slice_output_rps()
561 sh.slice_sample_adaptive_offset_flag[2] = in hal_h265d_slice_output_rps()
562 sh.slice_sample_adaptive_offset_flag[1]; in hal_h265d_slice_output_rps()
564 sh.slice_sample_adaptive_offset_flag[0] = 0; in hal_h265d_slice_output_rps()
565 sh.slice_sample_adaptive_offset_flag[1] = 0; in hal_h265d_slice_output_rps()
566 sh.slice_sample_adaptive_offset_flag[2] = 0; in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h107 RK_U8 slice_sample_adaptive_offset_flag[3]; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c602 if (openhevc_sh->slice_sample_adaptive_offset_flag[0] != in compare_sliceheader()
603 sh->slice_sample_adaptive_offset_flag[0]) { in compare_sliceheader()
608 if (openhevc_sh->slice_sample_adaptive_offset_flag[1] != in compare_sliceheader()
609 sh->slice_sample_adaptive_offset_flag[1]) { in compare_sliceheader()
614 if (openhevc_sh->slice_sample_adaptive_offset_flag[2] != in compare_sliceheader()
615 sh->slice_sample_adaptive_offset_flag[2]) { in compare_sliceheader()
906 READ_ONEBIT(gb, &sh->slice_sample_adaptive_offset_flag[0]); in hls_slice_header()
908 READ_ONEBIT(gb, &sh->slice_sample_adaptive_offset_flag[1]); in hls_slice_header()
909 sh->slice_sample_adaptive_offset_flag[2] = in hls_slice_header()
910 sh->slice_sample_adaptive_offset_flag[1]; in hls_slice_header()
[all …]
H A Dh265d_parser.h410 RK_U8 slice_sample_adaptive_offset_flag[3]; member