| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 73 rk_s32 depth; member 102 rk_s32 depth; member 153 rk_s32 depth = 0; in get_full_name() local 168 depth++; in get_full_name() 171 mpp_loge_f("too deep depth %d\n", depth); in get_full_name() 181 depth = i; in get_full_name() 182 for (i = depth - 1; i >= 0; i--) { in get_full_name() 191 cfg_io_dbg_name("depth %d obj %-16s -> %s\n", obj->depth, obj->name, buf); in get_full_name() 362 impl->depth, impl, impl->type, impl->name); in mpp_cfg_put_all_child() 368 impl->depth, impl, pos, pos->type, pos->name); in mpp_cfg_put_all_child() [all …]
|
| H A D | mpp_sys_cfg.c | 313 RK_U32 depth = MPP_FRAME_FMT_IS_YUV_10BIT(fmt) ? 10 : 8; in mpp_sys_dec_buf_chk_proc() local 322 aligned_pixel = cfg->h_stride_by_byte * 8 / depth; in mpp_sys_dec_buf_chk_proc() 357 aligned_pixel_byte = (MPP_ALIGN(aligned_pixel, 256) | 256) * depth >> 3; in mpp_sys_dec_buf_chk_proc() 359 aligned_pixel_byte = MPP_ALIGN(aligned_pixel, 64) * depth >> 3; in mpp_sys_dec_buf_chk_proc() 466 aligned_pixel * depth / 8; in mpp_sys_dec_buf_chk_proc()
|
| H A D | mpp_buf_slot.c | 289 RK_U32 depth = ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT || in prepare_info_set_legacy() local 299 (impl->hal_hor_align(coded_width * depth >> 3)); in prepare_info_set_legacy() 312 hal_hor_stride = (MPP_ALIGN(width, 256) | 256) * depth >> 3; in prepare_info_set_legacy() 314 hal_hor_stride = MPP_ALIGN(width, 64) * depth >> 3; in prepare_info_set_legacy()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.c | 584 static void code_split_flag(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in code_split_flag() argument 588 if (depth == slice->m_sps->m_maxCUDepth - slice->m_sps->m_addCUDepth) in code_split_flag() 591 …h265e_dbg_skip("depth %d cu->m_cuDepth %d", depth, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]]); in code_split_flag() 594 RK_U32 currSplitFlag = (cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] > depth) ? 1 : 0; in code_split_flag() 599 static void encode_cu(H265eSlice *slice, RK_U32 abs_part_idx, RK_U32 depth, DataCu *cu) in encode_cu() argument 604 RK_U32 rpelx = lpelx + (sps->m_maxCUSize >> depth) - 1; in encode_cu() 606 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu() 608 h265e_dbg_skip("EncodeCU depth %d, abs_part_idx %d", depth, abs_part_idx); in encode_cu() 611 h265e_dbg_skip("code_split_flag in depth %d", depth); in encode_cu() 612 code_split_flag(slice, abs_part_idx, depth, cu); in encode_cu() [all …]
|
| H A D | h265e_ps.c | 60 void init_zscan2raster(RK_S32 maxDepth, RK_S32 depth, RK_U32 startVal, RK_U32** curIdx) in init_zscan2raster() argument 63 if (depth == maxDepth) { in init_zscan2raster() 67 RK_S32 step = stride >> depth; in init_zscan2raster() 68 init_zscan2raster(maxDepth, depth + 1, startVal, curIdx); in init_zscan2raster() 69 init_zscan2raster(maxDepth, depth + 1, startVal + step, curIdx); in init_zscan2raster() 70 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride, curIdx); in init_zscan2raster() 71 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride + step, curIdx); in init_zscan2raster()
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm_mode.h | 335 __u32 depth; member
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 2257 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2258 # generated by dot. A depth value of 3 means that only nodes reachable from the 2263 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 345 When the information such as the width, height, format, and pixel bit depth of the bitstream is cha…
|