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.c38 * [in] pZigzagTable pointer to the zigzag tables
53 const OMX_U8 * pZigzagTable
59 pDst[pZigzagTable[*pIndex]] = 0;
64 pDst[pZigzagTable[*pIndex]] = -storeLevel;
68 pDst[pZigzagTable[*pIndex]] = storeLevel;
77 pDst[pZigzagTable[*pIndex]] = 0;
H A DarmVCM4P2_EncodeVLCZigzag_intra.c82 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
100 pZigzagTable = armVCM4P2_aClassicalZigzagScan;
106 pZigzagTable = armVCM4P2_aVerticalZigzagScan;
112 pZigzagTable = armVCM4P2_aHorizontalZigzagScan;
135 pZigzagTable
H A DarmVCM4P2_DecodeVLCZigzag_intra.c81 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
97 pZigzagTable = armVCM4P2_aClassicalZigzagScan;
103 pZigzagTable = armVCM4P2_aVerticalZigzagScan;
109 pZigzagTable = armVCM4P2_aHorizontalZigzagScan;
133 pZigzagTable );
H A DomxVCM4P2_EncodeVLCZigzag_Inter.c75 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
104 pZigzagTable
H A DomxVCM4P2_DecodeVLCZigzag_Inter.c80 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
109 pZigzagTable );
H A DarmVCM4P2_GetVLCBits.c95 const OMX_U8 * pZigzagTable
145 pZigzagTable);
247 pZigzagTable);
270 pZigzagTable);
H A DarmVCM4P2_PutVLCBits.c103 const OMX_U8 * pZigzagTable
115 level = pQDctBlkCoef[pZigzagTable[i]];
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s94 pZigzagTable RN 4 label
111 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
112 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
114 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s95 pZigzagTable RN 4 label
114 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load zigzag table
115 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s100 pZigzagTable RN 4 label
191 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Zigzag talbe address
192 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Modify the Zigzag table adress based on PredDir
194 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s61 pZigzagTable RN 4 label
170 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
181 LDRB zigzag,[pZigzagTable,Count]
273 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
295 LDRB zigzag,[pZigzagTable,Count]
330 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
347 LDRB zigzag,[pZigzagTable,Count]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s94 pZigzagTable RN 4 label
111 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
112 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Loading Different type of zigzag tables based on PredDir
114 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s95 pZigzagTable RN 4 label
114 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load zigzag table
115 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s100 pZigzagTable RN 4 label
191 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Zigzag talbe address
192 ADD pZigzagTable, pZigzagTable, PredDir, LSL #6 ;// Modify the Zigzag table adress based on PredDir
194 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s61 pZigzagTable RN 4 label
170 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
181 LDRB zigzag,[pZigzagTable,Count]
273 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
295 LDRB zigzag,[pZigzagTable,Count]
330 M_LDR pZigzagTable,ppZigzagTable ;// Load address of zigzagTable
347 LDRB zigzag,[pZigzagTable,Count]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h293 * [in] pZigzagTable pointer to the zigzag tables
308 const OMX_U8 * pZigzagTable
381 const OMX_U8 * pZigzagTable
460 const OMX_U8 * pZigzagTable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h293 * [in] pZigzagTable pointer to the zigzag tables
308 const OMX_U8 * pZigzagTable
381 const OMX_U8 * pZigzagTable
460 const OMX_U8 * pZigzagTable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h293 * [in] pZigzagTable pointer to the zigzag tables
308 const OMX_U8 * pZigzagTable
381 const OMX_U8 * pZigzagTable
460 const OMX_U8 * pZigzagTable

Completed in 1259 milliseconds