Home
last modified time | relevance | path

Searched refs:ctx_mem_size (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_trace.c180 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apReconstructured_dump()
220 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apColocated_dump()
260 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apPV_dump()
300 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in apWritebackRegions_dump()
348 …p = (SLICE_PARAMS*)(ps_mem->bufs_slice_template.virtual_addr + (ctx->ctx_mem_size.slice_template *… in apSliceParamsTemplates_dump()
379 …data = (MTX_HEADER_PARAMS *)(ps_mem->bufs_pic_template.virtual_addr + ctx->ctx_mem_size.pic_templa… in apPicHdrTemplates_dump()
396 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in auui32SliceMap_dump()
458 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pFirstPassOutParamAddr_dump()
494 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pFirstPassOutBestMultipassParamAddr_dump()
530 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in pMBCtrlInParamsAddr_dump()
[all …]
Dtng_hostcode.c158 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in tng__alloc_context_buffer()
274 …ctx->ctx_mem_size.first_pass_out_params = tng_align_KB(sizeof(IMG_FIRST_STAGE_MB_PARAMS) * ui32_mb… in tng__alloc_context_buffer()
275 …tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_param… in tng__alloc_context_buffer()
279 …ctx->ctx_mem_size.first_pass_out_best_multipass_param = tng_align_KB(ui32_mb_per_column * (((5*ui3… in tng__alloc_context_buffer()
280 …tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_best_… in tng__alloc_context_buffer()
284 …ctx->ctx_mem_size.mb_ctrl_in_params = tng_align_KB(sizeof(IMG_FIRST_STAGE_MB_PARAMS) * ui32_adj_mb… in tng__alloc_context_buffer()
285 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.mb_ctrl_in_params, in tng__alloc_context_buffer()
288 ctx->ctx_mem_size.lowpower_params = tng_align_KB(TNG_HEADER_SIZE); in tng__alloc_context_buffer()
292 ctx->ctx_mem_size.lowpower_data = tng_align_KB(0x10000); in tng__alloc_context_buffer()
1674 …slice_temp_p = (SLICE_PARAMS*)(ps_mem->bufs_slice_template.virtual_addr + (ctx->ctx_mem_size.slice… in tng__save_slice_params_template()
[all …]
Dtng_cmdbuf.c449 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.mb_ctrl_in_params; in tng_cmdbuf_insert_command()
456 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.mb_ctrl_in_params; in tng_cmdbuf_insert_command()
461 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.first_pass_out_best_multipass_param; in tng_cmdbuf_insert_command()
Dtng_hostair.c109 …(unsigned char*)(ps_mem->bufs_slice_map.virtual_addr + (i32SlotNum * ctx->ctx_mem_size.slice_map)); in tng_fill_slice_map()
235 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in tng__map_inp_ctrl_buf()
Dtng_hostcode.h242 context_ENC_mem_size ctx_mem_size; member
Dtng_jpegES.c502 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in SetSetupInterface()
537 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size); in SetMTXSetup()
Dtng_picmgmt.c214 custom_quant_size = ctx->ctx_mem_size.custom_quant; in tng__set_custom_scaling_values()