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

  /external/libaom/libaom/av1/common/
mv.h 51 #define WARPEDPIXEL_PREC_BITS 6
52 #define WARPEDPIXEL_PREC_SHIFTS (1 << WARPEDPIXEL_PREC_BITS)
56 #define WARPEDDIFF_PREC_BITS (WARPEDMODEL_PREC_BITS - WARPEDPIXEL_PREC_BITS)
warped_motion.c 102 #if WARPEDPIXEL_PREC_BITS == 6
207 #elif WARPEDPIXEL_PREC_BITS == 5
262 #endif // WARPEDPIXEL_PREC_BITS == 6
    [all...]
  /external/libaom/libaom/av1/common/arm/
warp_plane_neon.c 40 #if WARPEDPIXEL_PREC_BITS == 6
197 #endif // WARPEDPIXEL_PREC_BITS == 6
    [all...]
  /external/libaom/libaom/av1/common/x86/
warp_plane_sse4.c 36 #if WARPEDPIXEL_PREC_BITS == 6
193 #endif // WARPEDPIXEL_PREC_BITS == 6
    [all...]

Completed in 916 milliseconds