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

  /external/opencv3/3rdparty/libtiff/
uvcode.h 9 } uv_row[UV_NVS] = { variable in typeref:struct:__anon20410
tif_luv.c 818 ustep = uv_row[vi].nus-1;
821 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
822 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ;
827 oog_table[i] = uv_row[vi].ncum + ui;
870 if (u < uv_row[vi].ustart)
872 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
873 if (ui >= uv_row[vi].nus)
876 return (uv_row[vi].ncum + ui);
894 ui = c - uv_row[vi].ncum;
905 ui = c - uv_row[vi].ncum
    [all...]
  /external/pdfium/third_party/libtiff/
uvcode.h 9 } uv_row[UV_NVS] = { variable in typeref:struct:__anon21688
tif_luv.c 832 ustep = uv_row[vi].nus-1;
835 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
836 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ;
841 oog_table[i] = uv_row[vi].ncum + ui;
884 if (u < uv_row[vi].ustart)
886 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
887 if (ui >= uv_row[vi].nus)
890 return (uv_row[vi].ncum + ui);
908 ui = c - uv_row[vi].ncum;
919 ui = c - uv_row[vi].ncum
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 721 int row, col, uv_row; local
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2];
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col];
    [all...]
  /hardware/qcom/camera/msmcobalt/usbcamcore/src/
QualcommUsbCamera.cpp 721 int row, col, uv_row; local
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2];
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col];
    [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp 721 int row, col, uv_row; local
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)
735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2];
736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col];
    [all...]

Completed in 1667 milliseconds