/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...] |
/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/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:__anon20894
|
jpc_dec.c | 462 compinfo->hstep = cmpt->hstep; 700 cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep), 701 JPC_CEILDIV(tile->xend, cmpt->hstep), JPC_CEILDIV(tile->yend, [all...] |
jpc_t2dec.c | 518 picomp->hsamp = cmpt->hstep;
|
/external/opencv3/modules/imgproc/src/ |
histogram.cpp | 293 int dims, Size& imageSize, size_t* hstep ) 306 hstep_[0] = hstep[0]; 369 size_t* hstep, int* size ) 381 hstep_[0] = hstep[0]; hstep_[1] = hstep[1]; 761 size_t hstep[CV_MAX_DIM]; 766 hstep[i] = hist.step[i]; 807 calcHist2D_Invoker<T> body(_ptrs, _deltas, hist, _uniranges, size, dims, imsize, hstep); 814 size_t hstep0 = hstep[0]; 846 calcHist3D_Invoker<T> body(_ptrs, _deltas, imsize, hist, uniranges, dims, hstep, size) [all...] |
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_image.h | 229 jas_image_coord_t hstep; member in struct:__anon20829
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg2000.cpp | 413 component_info[i].hstep = 1;
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_jpeg2000.cpp | 452 component_info[i].hstep = 1;
|