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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c 93 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
97 + (unsigned) Dj + (unsigned) Dk \
108 #define FILTER_SUM_3D_SIGNED(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
112 + Dj + Dk \
140 const GLfloat dk = _mesa_half_to_float(rowD[k][e]); \
141 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 86 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
90 + (unsigned) Dj + (unsigned) Dk \
101 #define FILTER_SUM_3D_SIGNED(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
105 + Dj + Dk \
133 const GLfloat dk = _mesa_half_to_float(rowD[k][e]); \
134 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 121 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
125 + (unsigned) Dj + (unsigned) Dk \
153 const float dk = util_half_to_float(rowD[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 121 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
125 + (unsigned) Dj + (unsigned) Dk \
153 const float dk = util_half_to_float(rowD[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]
h264-svc-99-640x360.rtpdump     [all...]

Completed in 87 milliseconds