OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BELOW_PARAMS_SIZE
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h
252
/*#define
BELOW_PARAMS_SIZE
8*/
256
#define
BELOW_PARAMS_SIZE
16
lnc_hostcode.c
76
ctx->bellow_params_size =
BELOW_PARAMS_SIZE
* width * height / (16 * 16) * 16;
[
all
...]
/hardware/intel/img/psb_video/src/
pnw_hostcode.h
260
uint32_t
below_params_size
;
member in struct:context_ENC_s
334
/*#define
BELOW_PARAMS_SIZE
8*/
338
#define
BELOW_PARAMS_SIZE
16
pnw_hostcode.c
403
ctx->
below_params_size
= ((
BELOW_PARAMS_SIZE
* width * height / (16 * 16)) + 0xf) & (~0xf);
417
vaStatus = psb_buffer_create(ctx->obj_context->driver_data, ctx->
below_params_size
* 4, psb_bt_cpu_vpu, &ctx->topaz_below_params);
[
all
...]
Completed in 105 milliseconds