HomeSort by relevance Sort by last modified time
    Searched refs:zigzag (Results 1 - 3 of 3) sorted by null

  /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/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...]

Completed in 196 milliseconds