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

  /external/pdfium/third_party/libtiff/
uvcode.h 9 } uv_row[UV_NVS] = { variable in typeref:struct:__anon29502
tif_luv.c 865 ustep = uv_row[vi].nus-1;
868 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
869 ua = uv_row[vi].ustart + (ui+.5)*UV_SQSIZ;
874 oog_table[i] = uv_row[vi].ncum + ui;
917 if (u < uv_row[vi].ustart)
919 ui = itrunc((u - uv_row[vi].ustart)*(1./UV_SQSIZ), em);
920 if (ui >= uv_row[vi].nus)
923 return (uv_row[vi].ncum + ui);
941 ui = c - uv_row[vi].ncum;
952 ui = c - uv_row[vi].ncum
    [all...]
  /device/google/marlin/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...]
  /hardware/qcom/camera/msm8998/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 359 milliseconds