OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SliceToCore
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_H263ES.c
402
ctx->LastSliceNum[ctx->
SliceToCore
] = ctx->obj_context->slice_count;
405
ctx->
SliceToCore
,
410
if (0 == ctx->
SliceToCore
) {
411
ctx->
SliceToCore
= ctx->ParallelCores;
413
ctx->
SliceToCore
--;
pnw_H264ES.c
770
ASSERT( -1 == ctx->LastSliceNum[ctx->
SliceToCore
]
771
|| ctx->obj_context->slice_count == 1 + ctx->LastSliceNum[ctx->
SliceToCore
] );
774
ctx->LastSliceNum[ctx->
SliceToCore
] = ctx->obj_context->slice_count;
777
ctx->
SliceToCore
,
[
all
...]
pnw_hostcode.h
229
IMG_UINT32
SliceToCore
; /* Core number to send current slice to */
pnw_hostcode.c
542
ctx->
SliceToCore
= -1;
631
ctx->
SliceToCore
= ctx->ParallelCores - 1;
[
all
...]
Completed in 112 milliseconds