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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.c 20 #define FLOOR(x,q) ((x) & -(1 << (q)))
202 overlap_b_row = FLOOR(new_row / 4, 3) >> 3;
203 overlap_b_col = FLOOR(new_col / 4, 3) >> 3;
208 overlap_mb_row = FLOOR((overlap_b_row << 3) / 4, 3) >> 3;
209 overlap_mb_col = FLOOR((overlap_b_col << 3) / 4, 3) >> 3;
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 22 #define FLOOR(x,q) ((x) & -(1 << (q)))
204 overlap_b_row = FLOOR(new_row / 4, 3) >> 3;
205 overlap_b_col = FLOOR(new_col / 4, 3) >> 3;
210 overlap_mb_row = FLOOR((overlap_b_row << 3) / 4, 3) >> 3;
211 overlap_mb_col = FLOOR((overlap_b_col << 3) / 4, 3) >> 3;
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 291 #undef FLOOR
300 #define FLOOR( x ) ( (x) & -ONE_PIXEL )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 294 #undef FLOOR
303 #define FLOOR( x ) ( (x) & -ONE_PIXEL )
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 445 #undef FLOOR
450 #define FLOOR( x ) ( (x) & -ras.precision )
457 #define IS_TOP_OVERSHOOT( x ) ( x - FLOOR( x ) >= ras.precision_half )
    [all...]
  /external/freetype/src/raster/
ftraster.c 445 #undef FLOOR
450 #define FLOOR( x ) ( (x) & -ras.precision )
459 (Bool)( x - FLOOR( x ) >= ras.precision_half )
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 286 milliseconds