Searched refs:pZigzagTable (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLDBuffer.c53 * [in] pZigzagTable pointer to the zigzag tables
68 const OMX_U8 * pZigzagTable
74 pDst[pZigzagTable[*pIndex]] = 0;
79 pDst[pZigzagTable[*pIndex]] = -storeLevel;
83 pDst[pZigzagTable[*pIndex]] = storeLevel;
92 pDst[pZigzagTable[*pIndex]] = 0;
H A DarmVCM4P2_EncodeVLCZigzag_intra.c97 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
115 pZigzagTable = armVCM4P2_aClassicalZigzagScan;
121 pZigzagTable = armVCM4P2_aVerticalZigzagScan;
127 pZigzagTable = armVCM4P2_aHorizontalZigzagScan;
150 pZigzagTable
H A DarmVCM4P2_DecodeVLCZigzag_intra.c96 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
112 pZigzagTable = armVCM4P2_aClassicalZigzagScan;
118 pZigzagTable = armVCM4P2_aVerticalZigzagScan;
124 pZigzagTable = armVCM4P2_aHorizontalZigzagScan;
148 pZigzagTable );
H A DomxVCM4P2_EncodeVLCZigzag_Inter.c90 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
119 pZigzagTable
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c95 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
124 pZigzagTable );
H A DarmVCM4P2_GetVLCBits.c110 const OMX_U8 * pZigzagTable
160 pZigzagTable);
262 pZigzagTable);
285 pZigzagTable);
H A DarmVCM4P2_PutVLCBits.c118 const OMX_U8 * pZigzagTable
130 level = pQDctBlkCoef[pZigzagTable[i]];
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s108 pZigzagTable RN 4 label
125 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
126 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
128 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s109 pZigzagTable RN 4 label
128 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load zigzag table
129 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s114 pZigzagTable RN 4 label
205 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Zigzag talbe address
206 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Modify the Zigzag table adress based on PredDir
208 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s75 pZigzagTable RN 4 label
184 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
195 LDRB zigzag,[pZigzagTable,Count]
287 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
309 LDRB zigzag,[pZigzagTable,Count]
344 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
361 LDRB zigzag,[pZigzagTable,Count]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s108 pZigzagTable RN 4 label
125 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
126 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
128 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s109 pZigzagTable RN 4 label
128 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load zigzag table
129 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s114 pZigzagTable RN 4 label
205 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Zigzag talbe address
206 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Modify the Zigzag table adress based on PredDir
208 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s75 pZigzagTable RN 4 label
184 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
195 LDRB zigzag,[pZigzagTable,Count]
287 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
309 LDRB zigzag,[pZigzagTable,Count]
344 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
361 LDRB zigzag,[pZigzagTable,Count]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h308 * [in] pZigzagTable pointer to the zigzag tables
323 const OMX_U8 * pZigzagTable
396 const OMX_U8 * pZigzagTable
475 const OMX_U8 * pZigzagTable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h308 * [in] pZigzagTable pointer to the zigzag tables
323 const OMX_U8 * pZigzagTable
396 const OMX_U8 * pZigzagTable
475 const OMX_U8 * pZigzagTable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h308 * [in] pZigzagTable pointer to the zigzag tables
323 const OMX_U8 * pZigzagTable
396 const OMX_U8 * pZigzagTable
475 const OMX_U8 * pZigzagTable

Completed in 368 milliseconds