Searched defs:pZigzagTable (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_EncodeVLCZigzag_Inter.c75 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
104 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 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 DomxVCM4P2_DecodeVLCZigzag_Inter.c80 const OMX_U8 *pZigzagTable = armVCM4P2_aClassicalZigzagScan; local
109 pZigzagTable );
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
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_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_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_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_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_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]

Completed in 8707 milliseconds