/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 13 ; * Contains modules for zigzag scanning and VLC decoding 21 ; * Performs VLC decoding and inverse zigzag scan 70 zigzag RN 0 label 170 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table 181 LDRB zigzag,[pZigzagTable,Count] 183 STRH storeLevel,[pDst,zigzag] ;// store Level 295 LDRB zigzag,[pZigzagTable,Count] 299 STRH storeLevel,[pDst,zigzag] 347 LDRB zigzag,[pZigzagTable,Count] 350 STRH storeLevel,[pDst,zigzag] [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 13 ; * Contains modules for zigzag scanning and VLC decoding 21 ; * Performs VLC decoding and inverse zigzag scan 70 zigzag RN 0 label 170 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table 181 LDRB zigzag,[pZigzagTable,Count] 183 STRH storeLevel,[pDst,zigzag] ;// store Level 295 LDRB zigzag,[pZigzagTable,Count] 299 STRH storeLevel,[pDst,zigzag] 347 LDRB zigzag,[pZigzagTable,Count] 350 STRH storeLevel,[pDst,zigzag] [all...] |
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 101 adr r0, inv_zig_zag ; load ptr of inverse zigzag table 184 adr r0, inv_zig_zag ; load ptr of inverse zigzag table 249 ; default inverse zigzag table is defined in vp8/common/entropy.c
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 596 // zigzag & IDCT prescaling (AAN algorithm) tables 597 static const uchar zigzag[] = variable 953 int idx = zigzag[i]; 961 int idx = zigzag[i]; [all...] |