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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 229 jas_image_coord_t hstep; member in struct:__anon20225
  /external/opencv3/3rdparty/libjasper/
jas_image.c 98 uint_fast32_t hstep, uint_fast32_t vstep, uint_fast32_t width, uint_fast32_t
170 cmptparm->tly, cmptparm->hstep, cmptparm->vstep,
299 uint_fast32_t hstep, uint_fast32_t vstep, uint_fast32_t width, uint_fast32_t
312 cmpt->hstep_ = hstep;
670 cmptparm->tly, cmptparm->hstep, cmptparm->vstep,
857 cmptparms.hstep = cmpt->hstep_;
1075 cmptparm.hstep = hs;
1141 jas_image_coord_t hstep; local
1279 int hstep; local
    [all...]
jpc_dec.h 542 uint_fast32_t hstep; member in struct:__anon20290
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 201 CHECK_BETTER(left, tr, tc - hstep); \
202 CHECK_BETTER(right, tr, tc + hstep); \
203 CHECK_BETTER(up, tr - hstep, tc); \
204 CHECK_BETTER(down, tr + hstep, tc); \
209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
292 int hstep = 4; local
391 int hstep = 4; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 198 CHECK_BETTER(left, tr, tc - hstep); \
199 CHECK_BETTER(right, tr, tc + hstep); \
200 CHECK_BETTER(up, tr - hstep, tc); \
201 CHECK_BETTER(down, tr + hstep, tc); \
206 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
209 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
212 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
670 int hstep = 4; local
    [all...]

Completed in 6519 milliseconds