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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 27 ; * Contains modules for zigzag scanning and VLC decoding
35 ; * Performs VLC decoding and inverse zigzag scan
84 zigzag RN 0 label
184 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
195 LDRB zigzag,[pZigzagTable,Count]
197 STRH storeLevel,[pDst,zigzag] ;// store Level
309 LDRB zigzag,[pZigzagTable,Count]
313 STRH storeLevel,[pDst,zigzag]
361 LDRB zigzag,[pZigzagTable,Count]
364 STRH storeLevel,[pDst,zigzag]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 27 ; * Contains modules for zigzag scanning and VLC decoding
35 ; * Performs VLC decoding and inverse zigzag scan
84 zigzag RN 0 label
184 M_LDR pZigzagTable,ppZigzagTable ;// Loading the Address of Zigzag table
195 LDRB zigzag,[pZigzagTable,Count]
197 STRH storeLevel,[pDst,zigzag] ;// store Level
309 LDRB zigzag,[pZigzagTable,Count]
313 STRH storeLevel,[pDst,zigzag]
361 LDRB zigzag,[pZigzagTable,Count]
364 STRH storeLevel,[pDst,zigzag]
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PathTest.java 52 boolean zigzag = false; field in class:PathTest
115 zigzag = !zigzag;
133 if (zigzag) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 767 static const uchar zigzag[] = member in namespace:cv::mjpeg
    [all...]

Completed in 1237 milliseconds