Searched defs:cu (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 555 void code_skip_flag(H265eSlice *slice, RK_U32 abs_part_idx, DataCu *cu) in code_skip_flag() 584 static void code_split_flag(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in code_split_flag() 599 static void encode_cu(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in encode_cu() 643 static void proc_cu8(DataCu *cu, RK_S32 nSubPart, RK_S32 cuDepth, RK_S32 puIdx) in proc_cu8() 650 static void proc_cu16(DataCu *cu, RK_U32 pos_x, RK_U32 pos_y, in proc_cu16() 676 static void proc_cu32(DataCu *cu, RK_U32 pos_x, RK_U32 pos_y, in proc_cu32() 706 static void proc_ctu64(H265eSlice *slice, DataCu *cu) in proc_ctu64() 764 static void proc_ctu32(H265eSlice *slice, DataCu *cu) in proc_ctu32() 801 DataCu cu; in h265e_code_skip_tile() local
|