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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
39 mv->col = clamp(mv->col, min_col, max_col);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mv.h 37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
39 mv->col = clamp(mv->col, min_col, max_col);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 963 int min_col, max_col, min_row, max_row; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 1422 int min_row, min_col; \/\/ top left row\/col of the pads display area member in class:NCursesPad
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 1422 int min_row, min_col; \/\/ top left row\/col of the pads display area member in class:NCursesPad
    [all...]

Completed in 1015 milliseconds