Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c558 READ_ONEBIT(gb, &sh.slice_sample_adaptive_offset_flag[0]); in hal_h265d_slice_output_rps()
559 READ_ONEBIT(gb, &sh.slice_sample_adaptive_offset_flag[1]); in hal_h265d_slice_output_rps()
560 sh.slice_sample_adaptive_offset_flag[2] = in hal_h265d_slice_output_rps()
561 sh.slice_sample_adaptive_offset_flag[1]; in hal_h265d_slice_output_rps()
563 sh.slice_sample_adaptive_offset_flag[0] = 0; in hal_h265d_slice_output_rps()
564 sh.slice_sample_adaptive_offset_flag[1] = 0; in hal_h265d_slice_output_rps()
565 sh.slice_sample_adaptive_offset_flag[2] = 0; in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h106 RK_U8 slice_sample_adaptive_offset_flag[3]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c596 if (openhevc_sh->slice_sample_adaptive_offset_flag[0] != in compare_sliceheader()
597 sh->slice_sample_adaptive_offset_flag[0]) { in compare_sliceheader()
602 if (openhevc_sh->slice_sample_adaptive_offset_flag[1] != in compare_sliceheader()
603 sh->slice_sample_adaptive_offset_flag[1]) { in compare_sliceheader()
608 if (openhevc_sh->slice_sample_adaptive_offset_flag[2] != in compare_sliceheader()
609 sh->slice_sample_adaptive_offset_flag[2]) { in compare_sliceheader()
897 READ_ONEBIT(gb, &sh->slice_sample_adaptive_offset_flag[0]); in hls_slice_header()
898 READ_ONEBIT(gb, &sh->slice_sample_adaptive_offset_flag[1]); in hls_slice_header()
899 sh->slice_sample_adaptive_offset_flag[2] = in hls_slice_header()
900 sh->slice_sample_adaptive_offset_flag[1]; in hls_slice_header()
[all …]
H A Dh265d_parser.h380 RK_U8 slice_sample_adaptive_offset_flag[3]; member