Home
last modified time | relevance | path

Searched refs:IMG_UINT8 (Results 1 – 25 of 39) sorted by relevance

12

/hardware/intel/img/psb_video/src/
Dvc1_header.h42IMG_UINT8 TTMBF; /* PICTURE_LAY…
44IMG_UINT8 TTFRM; /* PICTURE_LAY…
49IMG_UINT8 BFRACTION; /* PICTURE_LAY…
53IMG_UINT8 CONDOVER; /* PICTURE_LAY…
59IMG_UINT8 TRANSACFRM; /* PICTURE_LAYER::TRANSACFRM -…
64IMG_UINT8 TRANSACFRM2; /* PICTURE_LAYER::TRANSACFRM2 - 2 bits…
69IMG_UINT8 MVMODE; /* PICTURE_LAYER::MVMODE - 2 b…
70IMG_UINT8 MVMODE2; /* PICTURE_LAYER::MVMODE2 - 2 …
73IMG_UINT8 MV4SWITCH; /* PICTURE_LAYER::MV4SWITCH - …
74IMG_UINT8 CBPTAB; /* PICTURE_LAYER::CBPTAB - 2 b…
[all …]
Dtng_hostheader.h57 IMG_UINT8 frameType;
59 IMG_UINT8 weighted_bipred_idc;
128 IMG_UINT8 ui8Size;
129 IMG_UINT8 aui8Bits;
217 IMG_UINT8 CBR;
218 IMG_UINT8 initial_cpb_removal_delay_length_minus1;
219 IMG_UINT8 cpb_removal_delay_length_minus1;
220 IMG_UINT8 dpb_output_delay_length_minus1;
221 IMG_UINT8 time_offset_length;
233 IMG_UINT8 ui8ScalingLists4x4[6][16];
[all …]
Dpnw_hostheader.h73 IMG_UINT8 Size;
74 IMG_UINT8 Bits;
134 IMG_UINT8 aspect_ratio_idc;
141 IMG_UINT8 CBR;
142 IMG_UINT8 initial_cpb_removal_delay_length_minus1;
143 IMG_UINT8 cpb_removal_delay_length_minus1;
144 IMG_UINT8 dpb_output_delay_length_minus1;
145 IMG_UINT8 time_offset_length;
159 IMG_UINT8 ucWidth_in_mbs_minus1;
160 IMG_UINT8 ucHeight_in_maps_units_minus1;
[all …]
Dpnw_hostjpeg.h319 IMG_UINT8 *Buffer; /*!< Ptr to the bitstream buffer */
386 const IMG_UINT8 *ACSize[2]; /*!< Ptr to the huffman tables to code AC coeffs */
388 const IMG_UINT8 *DCSize[2]; /*!< Ptr to the huffman tables to code DC coeffs */
390 IMG_UINT8 *Qmatrix[MAX_COMP_IN_SCAN];/*!< Ptr to the Quant tables */
391 IMG_UINT8 uc_num_mcu_x; /*!< Number of MCUs in the horizontal direction */
392 IMG_UINT8 uc_num_mcu_y; /*!< Number of MCUs in the vertical direction */
394 IMG_UINT8 aui8QuantTable[MAX_COMP_IN_SCAN][64]; /* Area for creating tables */
398 IMG_UINT8* pData;
421 IMG_UINT8 uc_num_q_tables; /*!< Number of Q tables */
423 IMG_UINT8 puc_q_table_id[4]; /*!< Q table ID */
[all …]
Dpnw_hostheader.c54 IMG_UINT8 *ucBitStream,
88 IMG_UINT8 f;
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize);
156 Show_Bits((IMG_UINT8 *) mtx_hdr->asElementStream, 0, RTotalByteSize);
170 IMG_UINT8 wrt_bits, in pnw__write_upto8bits_elements()
176 IMG_UINT8 *wrt_bytes_p; in pnw__write_upto8bits_elements()
177 IMG_UINT8 *size_bits_p; in pnw__write_upto8bits_elements()
180 IMG_UINT8 UI8Input[2]; in pnw__write_upto8bits_elements()
182 IMG_UINT8 OutByteIndex; in pnw__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in pnw__write_upto8bits_elements()
[all …]
Dtng_hostcode.h178 IMG_UINT8 ui8SourceSlotReserved;
179 IMG_UINT8 ui8CodedSlotReserved;
271 IMG_UINT8 ui8ProfileIdc;
272 IMG_UINT8 ui8LevelIdc;
273 IMG_UINT8 ui8FieldCount;
274 IMG_UINT8 ui8VPWeightedImplicitBiPred;
275 IMG_UINT8 ui8MaxNumRefFrames;
276 IMG_UINT8 i8CQPOffset;
279 IMG_UINT8 aui8CustomQuantParams4x4[6][16];
280 IMG_UINT8 aui8CustomQuantParams8x8[2][64];
[all …]
Dtng_hostair.c93 IMG_UINT8 ui8SlicesPerPicture; in tng_fill_slice_map()
94 IMG_UINT8 ui8HalfWaySlice; in tng_fill_slice_map()
116 IMG_UINT8 ui8Index; in tng_fill_slice_map()
117 IMG_UINT8 ui32FirstBUInSlice; in tng_fill_slice_map()
118 IMG_UINT8 ui8SizeInKicks; in tng_fill_slice_map()
119 IMG_UINT8 ui8TotalBUs; in tng_fill_slice_map()
120 IMG_UINT8 aui8SliceNumbers[MAX_SLICESPERPIC]; in tng_fill_slice_map()
135 IMG_UINT8 ui8FirstCandidate; in tng_fill_slice_map()
136 IMG_UINT8 ui8SecondCandidate; in tng_fill_slice_map()
137 IMG_UINT8 ui8Temp; in tng_fill_slice_map()
[all …]
Dtng_hostheader.c53 IMG_UINT8 __maybe_unused * ucBitStream, in Show_Bits()
92 IMG_UINT8 f; in Show_Elements()
106 Show_Bits((IMG_UINT8 *)(&aui32ElementPointers[f]->ui8Size) + 1, 0, TotalByteSize); in Show_Elements()
160 Show_Bits((IMG_UINT8 *) mtx_hdr->asElementStream, 0, RTotalByteSize); in Show_Elements()
187 IMG_UINT8 ui8WriteBits, in tng__write_upto8bits_elements()
191 IMG_UINT8 *pui8WriteBytes; in tng__write_upto8bits_elements()
192 IMG_UINT8 *pui8SizeBits; in tng__write_upto8bits_elements()
195 IMG_UINT8 UI8Input[2]; in tng__write_upto8bits_elements()
197 IMG_UINT8 ui8OutByteIndex; in tng__write_upto8bits_elements()
233 InputVal.UI8Input[1]=(IMG_UINT8) ui8WriteBits+256; in tng__write_upto8bits_elements()
[all …]
Dpnw_hostjpeg.c78 const IMG_UINT8 gQuantLuma[QUANT_TABLE_SIZE_BYTES] = {
111 const IMG_UINT8 gQuantChroma[QUANT_TABLE_SIZE_BYTES] = {
127 const IMG_UINT8 gZigZag[] = {
148 const IMG_UINT8 gMarkerDataLumaDc[] = {
165 const IMG_UINT8 gMarkerDataLumaAc[] = {
196 const IMG_UINT8 gMarkerDataChromaDc[] = {
214 const IMG_UINT8 gMarkerDataChromaAc[] = {
255 const IMG_UINT8 gLumaDCSize[] = {
279 const IMG_UINT8 gChromaDCSize[] = {
335 const IMG_UINT8 gLumaACSize[] = {
[all …]
Dtng_picmgmt.h86 IMG_UINT8 ui8BFramePeriod; //!< B-period
118 IMG_UINT8 ui8VCMIFrameQP; //!< VCM I frame QP
159IMG_UINT8 ui8DisplayOrderNum; //!< Number of frames in the stream (incl. skipped)
160IMG_UINT8 ui8SlotNum; //!< Number of frames in the stream (incl. skipped)
161 IMG_UINT8 uiReserved1;
162 IMG_UINT8 uiReserved2;
181 IMG_UINT8 ui8SlotNum; //!< Slot in firmware that this coded buffer should occupy
Dtng_hostdefs.h319 IMG_UINT8 ui8_InterSumSatdHi; //!< High 8 bits for the inter sum satd
320 IMG_UINT8 ui8_IntraSumSatdHi; //!< High 8 bits for the intra sum satd
440 IMG_UINT8 u8Slices;
470 IMG_UINT8 ui8SeInitQP; //!< Initial QP for Sequence
471 IMG_UINT8 ui8MinQPVal; //!< Minimum QP value to use
472 IMG_UINT8 ui8MaxQPVal; //!< Maximum QP value to use
474IMG_UINT8 ui8ScaleFactor; //!< Scale Factor used to limit the range of arithmetic with high r…
475 IMG_UINT8 ui8MBPerRow; //!< Number of MBs Per Row
485 IMG_UINT8 ui8HalfFrameRate; //!< Half Frame Rate (MP4 only)
486 IMG_UINT8 ui8FCode; //!< F Code (MP4 only)
[all …]
Dtng_jpegES.h57 IMG_UINT8 *Buffer; /*!< Ptr to the bitstream buffer */
64 IMG_UINT8 aui8LumaQuantParams[QUANT_TABLE_SIZE_BYTES]; //!< Luma quant params
65 IMG_UINT8 aui8ChromaQuantParams[QUANT_TABLE_SIZE_BYTES]; //!< Chroma quant params
144 IMG_UINT8 ui8MTXIdleCnt;
145 IMG_UINT8 aui8MTXIdleTable[MAX_NUMBER_OF_MTX_UNITS];
151 IMG_UINT8 ui8NumberOfCodedBuffers;
Dtng_picmgmt.c121 static VAStatus tng__H264ES_CalcCustomQuantSp(IMG_UINT8 list, IMG_UINT8 param, IMG_UINT8 customQuan… in tng__H264ES_CalcCustomQuantSp()
138 IMG_UINT8 uVi[2][16] = { in tng__H264ES_CalcCustomQuantSp()
169 IMG_UINT8* aui8Sl4x4IntraY, in tng__set_custom_scaling_values()
170 IMG_UINT8* aui8Sl4x4IntraCb, in tng__set_custom_scaling_values()
171 IMG_UINT8* aui8Sl4x4IntraCr, in tng__set_custom_scaling_values()
172 IMG_UINT8* aui8Sl4x4InterY, in tng__set_custom_scaling_values()
173 IMG_UINT8* aui8Sl4x4InterCb, in tng__set_custom_scaling_values()
174 IMG_UINT8* aui8Sl4x4InterCr, in tng__set_custom_scaling_values()
175 IMG_UINT8* aui8Sl8x8IntraY, in tng__set_custom_scaling_values()
176 IMG_UINT8* aui8Sl8x8InterY) in tng__set_custom_scaling_values()
[all …]
Dpnw_hostcode.h125 IMG_UINT8 Slices;
144 IMG_UINT8 SeInitQP; /* Initial QP for Sequence */
145 IMG_UINT8 MinQPVal; /* Minimum QP value to use */
146 IMG_UINT8 MaxQPVal; /* Maximum QP value to use */
148 IMG_UINT8 MBPerRow; /* Number of MBs Per Row */
164 IMG_UINT8 ScaleFactor; /* Scale Factor (H264 only) */
168 IMG_UINT8 VCMBitrateMargin;
170 IMG_UINT8 HalfFrameRate; /* Half Frame Rate (MP4 only) */
171 IMG_UINT8 FCode; /* F Code (MP4 only) */
571 IMG_UINT8 DeblockIDC,
Dtng_jpegES.c140 static const IMG_UINT8 gQuantLuma[QUANT_TABLE_SIZE_BYTES] = {
159 static const IMG_UINT8 gQuantChroma[QUANT_TABLE_SIZE_BYTES] = {
175 static const IMG_UINT8 gZigZag[] = {
196 static const IMG_UINT8 gMarkerDataLumaDc[] = {
213 static const IMG_UINT8 gMarkerDataLumaAc[] = {
244 static const IMG_UINT8 gMarkerDataChromaDc[] = {
262 static const IMG_UINT8 gMarkerDataChromaAc[] = {
470 IMG_UINT8 ui8Loop; in AssignCodedDataBuffers()
629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) in fPutBitsToBuffer()
631 IMG_UINT8 ui8Lp; in fPutBitsToBuffer()
[all …]
Dtng_trace.h46 IMG_UINT8 ui8SwapChromas,
48 IMG_UINT8 uiDeblockIDC);
Dtng_ved_scaling.c110 IMG_UINT8 Table[SCC_MAXTAP][SCC_MAXINTPT], in tng_calculate_scaler_coeff()
192 Table[t][i] = (IMG_UINT8) val; in tng_calculate_scaler_coeff()
205 Table[0][i] = (IMG_UINT8)(Table[0][i] - (IMG_UINT8) nTotal); in tng_calculate_scaler_coeff()
251 IMG_UINT8 calc_table[4][16]; in tng_calculate_scaler_coff_reg()
Dtng_hostcode.c149 static VAStatus tng__alloc_context_buffer(context_ENC_p ctx, IMG_UINT8 ui8IsJpeg, IMG_UINT32 ui32St… in tng__alloc_context_buffer()
695 ctx->ui8PipesToUse = (IMG_UINT8)(tng__get_num_pipes() & (IMG_UINT32)0xff); in tng__init_context()
987 IMG_UINT8 * pui8Level, IMG_BOOL bReference, in tng__create_gop_frame()
988 IMG_UINT8 ui8Pos, IMG_UINT8 ui8Ref0Level, in tng__create_gop_frame()
989 IMG_UINT8 ui8Ref1Level, IMG_FRAME_TYPE eFrameType) in tng__create_gop_frame()
1000 …(void* buffer_p, IMG_UINT32 ui32BFrameCount, IMG_UINT32 ui32RefSpacing, IMG_UINT8 aui8PicOnLevel[]) in tng__minigop_generate_flat()
1003 IMG_UINT8 ui8EncodeOrderPos; in tng__minigop_generate_flat()
1004 IMG_UINT8 ui8Level; in tng__minigop_generate_flat()
1025IMG_UINT8 ui8Ref0Level, IMG_UINT8 ui8Ref1Level, IMG_UINT8 aui8PicOnLevel[]) in tng__gop_split()
1027 IMG_UINT8 ui8Distance = i8Ref1 - i8Ref0; in tng__gop_split()
[all …]
Dtng_hostair.h38 void tng_air_set_input_control(context_ENC_p ctx, IMG_UINT8 ui8StreamID);
39 void tng_air_set_output_control(context_ENC_p ctx, IMG_UINT8 ui8StreamID);
/hardware/intel/img/psb_video/src/hwdefs/
Dfwrk_msg_mem_io.h58 #define FWRK_GENMSG_SIZE_TYPE IMG_UINT8
66 #define FWRK_GENMSG_ID_TYPE IMG_UINT8
76 #define FWRK_PADMSG_SIZE_TYPE IMG_UINT8
84 #define FWRK_PADMSG_ID_TYPE IMG_UINT8
94 #define FWRK_RSTMSG_SIZE_TYPE IMG_UINT8
102 #define FWRK_RSTMSG_ID_TYPE IMG_UINT8
112 #define FWRK_SRQMSG_SIZE_TYPE IMG_UINT8
120 #define FWRK_SRQMSG_ID_TYPE IMG_UINT8
130 #define FWRK_STAMSG_SIZE_TYPE IMG_UINT8
138 #define FWRK_STAMSG_ID_TYPE IMG_UINT8
[all …]
Dmsvdx_dmac_linked_list.h66 #define DMAC_LL_PW_TYPE IMG_UINT8
74 #define DMAC_LL_DIR_TYPE IMG_UINT8
82 #define DMAC_LL_BSWAP_TYPE IMG_UINT8
98 #define DMAC_LL_INCR_TYPE IMG_UINT8
106 #define DMAC_LL_PI_TYPE IMG_UINT8
122 #define DMAC_LL_LIST_INT_TYPE IMG_UINT8
130 #define DMAC_LL_LIST_FIN_TYPE IMG_UINT8
146 #define DMAC_LL_EXT_SA_TYPE IMG_UINT8
162 #define DMAC_LL_BURST_TYPE IMG_UINT8
170 #define DMAC_LL_ACC_DEL_TYPE IMG_UINT8
[all …]
Ddxva_cmdseq_msg.h203 #define FW_VA_RENDER_MSG_SIZE_TYPE IMG_UINT8
211 #define FW_VA_RENDER_ID_TYPE IMG_UINT8
301 #define FW_DEVA_DECODE_ID_TYPE IMG_UINT8
309 #define FW_DEVA_DECODE_MSG_SIZE_TYPE IMG_UINT8
349 #define FW_DEVA_DECODE_CONTEXT_TYPE IMG_UINT8
369 #define FW_VA_DEBLOCK_MSG_SIZE_TYPE IMG_UINT8
377 #define FW_VA_DEBLOCK_ID_TYPE IMG_UINT8
419 #define FW_VA_OOLD_MSG_SIZE_TYPE IMG_UINT8
427 #define FW_VA_OOLD_ID_TYPE IMG_UINT8
435 #define FW_VA_OOLD_SLICE_FIELD_TYPE_TYPE IMG_UINT8
[all …]
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.h69 IMG_UINT8 Size;
70 IMG_UINT8 Bits;
125 IMG_UINT8 CBR;
126 IMG_UINT8 initial_cpb_removal_delay_length_minus1;
127 IMG_UINT8 cpb_removal_delay_length_minus1;
128 IMG_UINT8 dpb_output_delay_length_minus1;
129 IMG_UINT8 time_offset_length;
143 IMG_UINT8 ucMax_num_ref_frames;
144 IMG_UINT8 ucWidth_in_mbs_minus1;
145 IMG_UINT8 ucHeight_in_maps_units_minus1;
[all …]
Dlnc_hostheader.c54 IMG_UINT8 *ucBitStream, in Show_Bits()
88 IMG_UINT8 f; in Show_Elements()
102 Show_Bits((IMG_UINT8 *)(&elt_p[f]->Size) + 1, 0, TotalByteSize); in Show_Elements()
156 Show_Bits((IMG_UINT8 *) pMTX_Header->asElementStream, 0, RTotalByteSize); in Show_Elements()
170 IMG_UINT8 wrt_bits, in lnc__write_upto8bits_elements()
176 IMG_UINT8 *wrt_bytes_p; in lnc__write_upto8bits_elements()
177 IMG_UINT8 *size_bits_p; in lnc__write_upto8bits_elements()
180 IMG_UINT8 UI8Input[2]; in lnc__write_upto8bits_elements()
182 IMG_UINT8 OutByteIndex; in lnc__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in lnc__write_upto8bits_elements()
[all …]
Dlnc_hostcode.h98 IMG_UINT8 Slices;
99 IMG_UINT8 VCMBitrateMargin;
113 IMG_UINT8 SeInitQP; //!< Initial QP for Sequence
114 IMG_UINT8 MinQPVal; //!< Minimum QP value to use
115 IMG_UINT8 MaxQPVal; //!< Maximum QP value to use
117 IMG_UINT8 MBPerRow; /* Number of MBs Per Row */
133 IMG_UINT8 ScaleFactor; /* Scale Factor (H264 only) */
134 IMG_UINT8 VCMBitrateMargin; /* Bitrate that should be
138 IMG_UINT8 HalfFrameRate; /* Half Frame Rate (MP4 only) */
139 IMG_UINT8 FCode; /* F Code (MP4 only) */

12