Home
last modified time | relevance | path

Searched refs:coded_buf_per_slice (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_H264ES.c694 ctx->coded_buf_per_slice = 0; in pnw__H264ES_process_picture_param()
699 ctx->coded_buf_per_slice = (ctx->coded_buf->size / ctx->ParallelCores) & (~0xf) ; in pnw__H264ES_process_picture_param()
700 …DEBUG_GENERAL, "TOPAZ: the size of coded_buf per slice %d( Total %d) \n", ctx->coded_buf_per_slice, in pnw__H264ES_process_picture_param()
Dpnw_hostcode.h304 uint32_t coded_buf_per_slice; member
Dpnw_hostcode.c937 …RELOC_PIC_PARAMS_PNW(&psPicParams->CodedBase, ctx->coded_buf_per_slice * core, ctx->coded_buf->psb… in pnw_RenderPictureParameter()