HomeSort by relevance Sort by last modified time
    Searched defs:dct (Results 1 - 14 of 14) sorted by null

  /external/libjpeg-turbo/
jcdctmgr.c 12 * This file contains the forward-DCT management logic.
13 * This code selects a particular DCT implementation to be used,
21 #include "jdct.h" /* Private declarations for DCT subsystem */
48 /* Pointer to the DCT routine actually in use */
49 forward_DCT_method_ptr dct; member in struct:__anon15814
53 /* The actual post-DCT divisors --- not identical to the quant table
54 * entries, because of scaling (especially for an unnormalized DCT).
225 * In the current implementation, DCT of all components is done during
477 * Perform forward DCT on one or more blocks of a component.
489 /* This version is used for integer DCT implementations. *
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 286 Core.dct(gray0_32f_1d, dst1);
287 Core.dct(in, dst2);
307 Core.dct(gray0_32f_1d, dst1, Core.DCT_INVERSE);
308 Core.dct(in, dst2, Core.DCT_INVERSE);
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 2101 public static void dct(Mat src, Mat dst, int flags) method in class:Core
2110 public static void dct(Mat src, Mat dst) method in class:Core
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 211 milliseconds