Home
last modified time | relevance | path

Searched refs:mbnum_col (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Ddatapart_decode.cpp81 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeFrameDataPartMode()
239 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_I_VideoPacket()
264 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_I_VideoPacket()
366 video->mbnum_col = video->mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_P_VideoPacket()
422 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_P_VideoPacket()
457 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeDataPart_P_VideoPacket()
485 pbyte = (uint8*)(video->predDCAC_row + video->mbnum_col); in DecodeDataPart_P_VideoPacket()
630 int x_pos = video->mbnum_col; in GetMBData_DataPart()
Dconceal.cpp50 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_I()
65 video->mbnum_col = video->mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_I()
94 video->mbnum_col = mbnum - video->mbnum_row * video->nMBPerRow; in ConcealTexture_P()
Dvlc_decode.cpp144 int x_pos = video->mbnum_col; in PV_GetMBvectors()
365 int mbnum_col = video->mbnum_col; in mv_prediction() local
376 …indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* l… in mv_prediction()
386 if (mbnum_col > 0 && slice_nb[mbnum] == slice_nb[mbnum-1]) in mv_prediction()
414 if (mbnum_col < nMBPerRow - 1 && slice_nb[mbnum] == slice_nb[mbnum-nMBPerRow+1]) in mv_prediction()
Dmb_motion_comp.cpp176 xpos = video->mbnum_col << 4 ; in MBMotionComp()
528 xpos = video->mbnum_col << 4 ; in SkippedMBMotionComp()
Dcombined_decode.cpp149 video->mbnum_col = mbnum - video->mbnum_row * nMBPerRow; in DecodeFrameCombinedMode()
350 int x_pos = video->mbnum_col; in GetMBheader()
548 int x_pos = video->mbnum_col;
Ddcac_prediction.cpp41 int x_pos = video->mbnum_col; in doDCACPrediction()
217 int x_pos = video->mbnum_col; in doDCACPrediction_I()
Dmp4lib_int.h235 int mbnum_col; member
Dvlc_dequant.cpp61 int x_pos = video->mbnum_col; in VlcDequantMpegIntraBlock()
512 int x_pos = video->mbnum_col; in VlcDequantH263IntraBlock()
814 int x_pos = video->mbnum_col; in VlcDequantH263IntraBlock_SH()
Dblock_idct.cpp229 int x_pos = video->mbnum_col; in MBlockIDCT()