Home
last modified time | relevance | path

Searched refs:DataCu (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c531 void code_skip_flag(H265eSlice *slice, RK_U32 abs_part_idx, DataCu *cu) in code_skip_flag()
560 static void code_split_flag(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in code_split_flag()
575 static void encode_cu(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in encode_cu()
619 static void proc_cu8(DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu8()
630 static void proc_cu16(H265eSlice *slice, DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu16()
662 static void proc_cu32(H265eSlice *slice, DataCu *cu, RK_U32 pos_x, RK_U32 pos_y) in proc_cu32()
693 static void proc_ctu(H265eSlice *slice, DataCu *cu) in proc_ctu()
770 DataCu cu; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h47 } DataCu; typedef