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

  /external/libaom/libaom/av1/common/
mv.h 61 TRANSLATION = 1, // translational motion 2-parameter
224 if (gm->wmtype == TRANSLATION) {
226 // bits of fractional precision. The offset for a translation is stored in
269 return ((!gm->wmmat[1] && !gm->wmmat[0]) ? IDENTITY : TRANSLATION);
blockd.h 356 return (mode == GLOBALMV || mode == GLOBAL_GLOBALMV) && type > TRANSLATION &&
    [all...]
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 184 const float TRANSLATION = 0.9f - (TOTAL_NUM_CONTEXTS * 0.2f);
196 glUniform1f(mTranslateUniformHandle, (i * 0.2f) + TRANSLATION);
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 454 // ANDROIDMK TRANSLATION WARNING: No 'include $(CLEAR_VARS)' detected before first assignment; clearing vars now
493 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
496 // ANDROIDMK TRANSLATION ERROR: unsupported conditional
499 // ANDROIDMK TRANSLATION ERROR: unsupported line
507 // ANDROIDMK TRANSLATION ERROR: endif from unsupported conditional
509 // ANDROIDMK TRANSLATION ERROR: endif from unsupported conditional
androidmk.go 77 f.addErrorText(fmt.Sprintf("// ANDROIDMK TRANSLATION ERROR: %s", message))
88 f.addErrorText(fmt.Sprintf("// ANDROIDMK TRANSLATION WARNING: %s", message))
  /external/libaom/libaom/av1/encoder/
global_motion.c 126 // type of param: 0 - translation, 1 - affine, 2 - homography
154 case TRANSLATION:
255 case TRANSLATION: return ransac_translation;
338 case TRANSLATION: return ransac_translation_double_prec;
    [all...]
bitstream.c     [all...]
encodeframe.c     [all...]
rdopt.c 723 // The rd of simple translation in single inter modes
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 5907 milliseconds