Searched refs:CurrentSlice (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostcode.c | 1353 IMG_UINT16 CurrentSlice, in lnc__send_encode_slice_params() argument 1370 CurrentSlice * ((sizeof(SLICE_PARAMS) + 15) & 0xfff0)); in lnc__send_encode_slice_params() 1447 …lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_ENCODE_SLICE, 2, (CurrentSlice << 2) | (IsIntra & 0x3)… in lnc__send_encode_slice_params() 1449 CurrentSlice *((sizeof(SLICE_PARAMS) + 15) & 0xfff0), in lnc__send_encode_slice_params()
|
D | lnc_hostcode.h | 545 IMG_UINT16 CurrentSlice,
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.h | 574 IMG_UINT16 CurrentSlice);
|
D | tng_hostcode.h | 511 IMG_UINT16 CurrentSlice);
|
D | pnw_hostcode.c | 1850 IMG_UINT16 CurrentSlice) in pnw__send_encode_slice_params() argument 1864 IsIntra, CurrentRow, DeblockIDC, FrameNum, SliceHeight, CurrentSlice); in pnw__send_encode_slice_params() 1871 CurrentSlice * ((sizeof(SLICE_PARAMS) + 15) & 0xfff0)); in pnw__send_encode_slice_params() 1995 CurrentSlice *((sizeof(SLICE_PARAMS) + 15) & 0xfff0)); in pnw__send_encode_slice_params()
|