Searched refs:ParallelCores (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_H264ES.c | 167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices); in pnw_H264ES_CreateContext() 321 for (i = (ctx->ParallelCores - 1); i >= 0; i--) in pnw__H264ES_process_sequence_param() 435 ctx->ParallelCores - 1, in pnw__H264ES_process_sequence_param() 481 ctx->ParallelCores - 1, in pnw__H264ES_insert_SEI_buffer_period() 543 ctx->ParallelCores - 1, in pnw__H264ES_insert_SEI_pic_timing() 580 ctx->ParallelCores - 1, in pnw__H264ES_insert_SEI_FPA_data() 667 ctx->ParallelCores - 1, in pnw__H264ES_process_picture_param() 684 ctx->ParallelCores - 1, in pnw__H264ES_process_picture_param() 693 if (ctx->ParallelCores == 1) { 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() [all …]
|
D | pnw_MPEG4ES.c | 145 ctx->ParallelCores = 1; in pnw_MPEG4ES_CreateContext() 266 for (i = (ctx->ParallelCores - 1); i >= 0; i--) in pnw__MPEG4ES_process_sequence_param() 304 … ctx->ParallelCores - 1, /* Send to the last core as this will complete first */ in pnw__MPEG4ES_process_sequence_param() 372 … ctx->ParallelCores - 1, /* Send to the last core as this will complete first */ in pnw__MPEG4ES_process_picture_param() 378 for (i = (ctx->ParallelCores - 1); i >= 0; i--) in pnw__MPEG4ES_process_picture_param()
|
D | pnw_H263ES.c | 143 ctx->ParallelCores = 1; /* H263 encode use only one core from DDKv186 */ in pnw_H263ES_CreateContext() 257 for (i = (ctx->ParallelCores - 1); i >= 0; i--) in pnw__H263ES_process_sequence_param() 328 … ctx->ParallelCores - 1, /* Send to the last core as this will complete first */ in pnw__H263ES_process_picture_param() 336 for (i = (ctx->ParallelCores - 1); i >= 0; i--) in pnw__H263ES_process_picture_param() 411 ctx->SliceToCore = ctx->ParallelCores; in pnw__H263ES_process_slice_param()
|
D | pnw_hostcode.c | 631 ctx->SliceToCore = ctx->ParallelCores - 1; in pnw_BeginPicture() 647 for (i = (ctx->ParallelCores - 1); i >= 0; i--) { in pnw_BeginPicture() 961 for (i = (ctx->ParallelCores - 1); i > 0; i--) { in pnw_SetupRCParam() 1003 for (i = 1; i < ctx->ParallelCores; i++) { in pnw_EndPicture() 1074 for (index = (ctx->ParallelCores - 1); index >= 0; index--) { in pnw_EndPicture() 1168 MaxSlicesPerPipe = (slices + ctx->ParallelCores - 1) / ctx->ParallelCores; in pnw__setup_busize() 1195 MaxSlicesPerPipe = (slices + ctx->ParallelCores - 1) / ctx->ParallelCores; in pnw__setup_busize()
|
D | pnw_hostcode.h | 201 IMG_UINT32 ParallelCores; /* Number of cores to use */ member
|
D | pnw_cmdbuf.c | 637 return ctx->ParallelCores; in pnw_get_parallel_core_number()
|
D | pnw_jpeg.c | 192 ctx->ParallelCores = 2; in pnw_jpeg_CreateContext()
|