Home
last modified time | relevance | path

Searched refs:MAX_SLICES_PER_PICTURE (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.h40 #define MAX_SLICES_PER_PICTURE 72 macro
218 IMG_BOOL SliceHeaderReady[MAX_SLICES_PER_PICTURE];
Dpnw_hostcode.c383 ctx->header_buffer_size = 8 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE; in pnw__alloc_context_buffer()
396 … ctx->sliceparam_buffer_size = ((sizeof(SLICE_PARAMS) + 15) & 0xfff0) * MAX_SLICES_PER_PICTURE; in pnw__alloc_context_buffer()
552 for (i = 0; i < MAX_SLICES_PER_PICTURE; i++) { in pnw_CreateContext()
638 for (i = 0; i < MAX_SLICES_PER_PICTURE; i++) in pnw_BeginPicture()
Dpnw_MPEG4ES.c461 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in pnw__MPEG4ES_process_slice_param()
Dpsb_drv_video.h134 #define MAX_SLICES_PER_PICTURE 72 macro
Dpnw_H263ES.c452 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in pnw__H263ES_process_slice_param()
Dtng_hostdefs.h385 #define MAX_SLICES_PER_PICTURE 72 macro
Dpnw_H264ES.c954 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in pnw__H264ES_process_slice_param()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h38 #define MAX_SLICES_PER_PICTURE 72 macro
Dlnc_MPEG4ES.c407 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in lnc__MPEG4ES_process_slice_param()
Dlnc_H263ES.c422 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in lnc__H263ES_process_slice_param()
Dlnc_hostcode.c60 ctx->header_buffer_size = 4 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE; in lnc__alloc_context_buffer()
68 ctx->sliceparam_buffer_size = ((sizeof(SLICE_PARAMS) + 15) & 0xfff0) * MAX_SLICES_PER_PICTURE; in lnc__alloc_context_buffer()
Dlnc_H264ES.c555 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE); in lnc__H264ES_process_slice_param()