Searched refs:i32 (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.h53 i32 *coeffLevel,
54 i32 nc,
H A Dh264bsd_transform.h49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
50 void h264bsdProcessLumaDc(i32 *data, u32 qp);
51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
H A Dh264bsd_reconstruct.h74 i32 x0,
75 i32 y0,
85 i32 x0,
86 i32 y0,
96 i32 x0,
97 i32 y0,
107 i32 x0,
108 i32 y0,
119 i32 x0,
120 i32 y
[all...]
H A Dh264bsd_pic_order_cnt.h55 i32 prevPicOrderCntMsb;
64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
H A Dh264bsd_seq_param_set.h58 i32 offsetForNonRefPic;
59 i32 offsetForTopToBottomField;
61 i32 *offsetForRefFrame;
H A Dh264bsd_image.h64 i32 residual[][16]);
H A Dh264bsd_vlc.h54 u32 h264bsdDecodeExpGolombSigned(strmData_t *pStrmData, i32 *value);
H A Dh264bsd_slice_header.h116 i32 deltaPicOrderCntBottom;
117 i32 deltaPicOrderCnt[2];
121 i32 sliceQpDelta;
123 i32 sliceAlphaC0Offset;
124 i32 sliceBetaOffset;
163 i32 *deltaPicOrderCntBottom);
170 i32 *deltaPicOrderCnt);
H A Dh264bsd_stream.c118 i32 bits, shift;
131 bits = (i32)pStrmData->strmBuffSize*8 - (i32)pStrmData->strmBuffReadBits;
152 shift = (i32)(24 + pStrmData->bitPosInWord);
154 bits -= (i32)(8 - pStrmData->bitPosInWord);
H A Dh264bsd_pic_order_cnt.c79 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
86 i32 picOrderCnt;
89 i32 expectedDeltaPicOrderCntCycle;
169 (i32)sps->maxPicOrderCntLsb;
176 (i32)sps->maxPicOrderCntLsb;
188 picOrderCnt += (i32)pSliceHeader->picOrderCntLsb;
266 (i32)picOrderCntCycleCnt * expectedDeltaPicOrderCntCycle;
319 2 * (i32)(frameNumOffset + pSliceHeader->frameNum) - 1;
322 2 * (i32)(frameNumOffset + pSliceHeader->frameNum);
H A Dh264bsd_macroblock_layer.h147 i32 level[26][16];
155 i32 mbQpDelta;
166 i32 filterOffsetA;
167 i32 filterOffsetB;
169 i32 chromaQpIndexOffset;
200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
H A Dh264bsd_image.c172 i32 residual[][16])
185 i32 *pRes;
186 i32 tmp1, tmp2, tmp3, tmp4;
227 i32 *in32 = (i32*)tmp;
228 i32 *out32 = (i32*)imageBlock;
301 i32 *in32 = (i32*)tmp;
302 i32 *out3
[all...]
H A Dh264bsd_reconstruct.c111 i32 x0,
112 i32 y0,
207 i32 x0,
208 i32 y0,
303 i32 x0,
304 i32 y0,
427 i32 xInt, yInt;
492 i32 x0,
493 i32 y0,
501 i32 tmp
[all...]
H A Dh264bsd_transform.c55 static const i32 levelScale[6][3] = {
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
99 i32 tmp0, tmp1, tmp2, tmp3;
100 i32 d1, d2, d3;
103 i32 *ptr;
252 void h264bsdProcessLumaDc(i32 *data, u32 qp)
257 i32 tmp0, tmp1, tmp2, tmp3;
260 i32 levScale;
261 i32 *ptr;
320 i32 tm
[all...]
H A Dh264bsd_dpb.c89 static i32 ComparePictures(const void *ptr1, const void *ptr2);
102 static u32 Mmcop6(dpbStorage_t *dpb, u32 frameNum, i32 picOrderCnt,
107 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
138 static i32 ComparePictures(const void *ptr1, const void *ptr2)
234 i32 picNum, picNumNoWrap, index;
261 (i32)picNumPred - (i32)order->command[i].absDiffPicNum;
263 picNumNoWrap += (i32)dpb->maxFrameNum;
268 (i32)(picNumPre
[all...]
H A Dh264bsd_dpb.h59 i32 picNum;
61 i32 picOrderCnt;
134 i32 picOrderCnt,
H A Dh264bsd_pic_param_set.h63 i32 chromaQpIndexOffset;
H A Dh264bsd_vlc.c230 u32 h264bsdDecodeExpGolombSigned(strmData_t *pStrmData, i32 *value)
255 *value = (i32)(2147483648U);
266 *value = (codeNum & 0x1) ? (i32)((codeNum + 1) >> 1) :
267 -(i32)((codeNum + 1) >> 1);
H A Dh264bsd_intra_prediction.h57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
60 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
H A Dh264bsd_sei.h81 i32 timeOffset[MAX_NUM_CLOCK_TS];
89 i32 panScanRectLeftOffset[MAX_PAN_SCAN_CNT];
90 i32 panScanRectRightOffset[MAX_PAN_SCAN_CNT];
91 i32 panScanRectTopOffset[MAX_PAN_SCAN_CNT];
92 i32 panScanRectBottomOffset[MAX_PAN_SCAN_CNT];
H A Dh264bsd_slice_data.c53 i32 chromaQpIndexOffset);
99 i32 qpY;
129 qpY = (i32)pStorage->activePps->picInitQp + pSliceHeader->sliceQpDelta;
254 i32 chromaQpIndexOffset)
259 i32 tmp2, tmp3;
H A Dh264bsd_slice_group_map.c305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound;
329 xDir = (i32)sliceGroupChangeDirectionFlag - 1;
330 yDir = (i32)sliceGroupChangeDirectionFlag;
345 yDir = 2 * (i32)sliceGroupChangeDirectionFlag - 1;
349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
352 yDir = 1 - 2 * (i32)sliceGroupChangeDirectionFlag;
358 xDir = 1 - 2 * (i32)sliceGroupChangeDirectionFlag;
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1);
365 xDir = 2 * (i32)sliceGroupChangeDirectionFlag - 1;
H A Dh264bsd_macroblock_layer.c108 static u32 ProcessResidual(mbStorage_t *pMb, i32 residualLevel[][16], u32 *);
141 i32 itmp;
172 i32 *level;
187 *level++ = (i32)value;
360 i32 itmp;
448 i32 itmp;
706 i32 nc;
710 i32 (*level)[16];
722 nc = (i32)DetermineNc(pMb, 0, pResidual->totalCoeff);
741 nc = (i32)DetermineN
[all...]
H A Dh264bsd_deblocking.c182 i32 imageWidth);
184 i32 imageWidth);
189 i32 imageWidth);
191 i32 imageWidth);
202 i32 chromaQpIndexOffset);
223 i32 chromaQpIndexOffset);
333 i32 tmp1, tmp2;
334 i32 mv1, mv2, mv3, mv4;
368 i32 tmp1, tmp2, tmp3, tmp4;
658 i32 delt
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A Dbasetype.h33 typedef signed int i32; typedef

Completed in 287 milliseconds

123