HomeSort by relevance Sort by last modified time
    Searched refs:comps (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 184 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
188 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
213 nmv_component *comp = &fc->comps[i];
214 const nmv_component *pre_comp = &pre_fc->comps[i];
215 const nmv_component_counts *c = &counts->comps[i];
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 108 var comps = 0;
117 comps = data.getByteAt(offset + 7, true)
135 bpp : comps * 8,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 108 var comps = 0;
117 comps = data.getByteAt(offset + 7, true)
135 bpp : comps * 8,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps;
161 dst += comps;
texcompress_rgtc.c 57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
60 unsigned i, unsigned j, GLbyte *value, unsigned comps);
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
68 curaddr = srcaddr + j * srcRowStride * comps;
71 curaddr += comps;
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
82 curaddr = srcaddr + j * srcRowStride * comps;
85 curaddr += comps;
eval.c 555 GLuint comps; local
560 comps = _mesa_evaluator_components(target);
561 if (!comps) {
574 n = map1d->Order * comps;
578 n = map2d->Uorder * map2d->Vorder * comps;
647 GLuint comps; local
652 comps = _mesa_evaluator_components(target);
653 if (!comps) {
666 n = map1d->Order * comps;
670 n = map2d->Uorder * map2d->Vorder * comps;
741 GLuint comps; local
    [all...]
glformats.c 226 GLint comps = _mesa_components_in_format(format); local
227 if (comps < 0)
235 return comps * sizeof(GLubyte);
238 return comps * sizeof(GLshort);
241 return comps * sizeof(GLint);
243 return comps * sizeof(GLfloat);
245 return comps * sizeof(GLhalfARB);
    [all...]
texcompress_fxt1.c 49 fxt1_encode (GLuint width, GLuint height, GLint comps,
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps;
161 dst += comps;
texcompress_rgtc.c 57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
60 unsigned i, unsigned j, GLbyte *value, unsigned comps);
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
68 curaddr = srcaddr + j * srcRowStride * comps;
71 curaddr += comps;
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
82 curaddr = srcaddr + j * srcRowStride * comps;
85 curaddr += comps;
eval.c 555 GLuint comps; local
560 comps = _mesa_evaluator_components(target);
561 if (!comps) {
574 n = map1d->Order * comps;
578 n = map2d->Uorder * map2d->Vorder * comps;
647 GLuint comps; local
652 comps = _mesa_evaluator_components(target);
653 if (!comps) {
666 n = map1d->Order * comps;
670 n = map2d->Uorder * map2d->Vorder * comps;
741 GLuint comps; local
    [all...]
glformats.c 226 GLint comps = _mesa_components_in_format(format); local
227 if (comps < 0)
235 return comps * sizeof(GLubyte);
238 return comps * sizeof(GLshort);
241 return comps * sizeof(GLint);
243 return comps * sizeof(GLfloat);
245 return comps * sizeof(GLhalfARB);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 76 def absolute_path(self, *comps):
77 return self._filesystem.join(self.checkout_root, *comps)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac.py 98 def _lighttpd_path(self, *comps):
99 return self.path_from_chromium_base('third_party', 'lighttpd', 'mac', *comps)
  /external/gcc-demangle/
cp-demangle.h 104 struct demangle_component *comps; member in struct:d_info
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.h 104 struct demangle_component *comps; member in struct:d_info
  /external/chromium/base/files/
file_path_watcher_linux.cc 378 std::vector<FilePath::StringType> comps; local
379 target_.GetComponents(&comps);
380 DCHECK(!comps.empty());
381 for (std::vector<FilePath::StringType>::const_iterator comp(++comps.begin());
382 comp != comps.end(); ++comp) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 90 op.comps = 0;
93 op.comps = 1;
97 op.comps = 4;
173 for(unsigned i = 0; i < op.comps; ++i)
178 for(unsigned i = 0; i < op.comps; ++i)
284 dcl.indexable_temp.comps = read32();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 90 op.comps = 0;
93 op.comps = 1;
97 op.comps = 4;
173 for(unsigned i = 0; i < op.comps; ++i)
178 for(unsigned i = 0; i < op.comps; ++i)
284 dcl.indexable_temp.comps = read32();
  /external/opencv/cv/src/
cvhaar.cpp 867 CvAvgComp* comps = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 333 comps = path.split('/')
335 for comp in comps:
343 comps = new_comps
344 path = slash.join(comps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 333 comps = path.split('/')
335 for comp in comps:
343 comps = new_comps
344 path = slash.join(comps)
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 384 std::vector<FilePath::StringType> comps; local
385 target_.GetComponents(&comps);
386 DCHECK(!comps.empty());
387 std::vector<FilePath::StringType>::const_iterator comp = comps.begin();
388 for (++comp; comp != comps.end(); ++comp)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_s3tc.c 250 const unsigned bw = 4, bh = 4, comps = 4; local
257 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
423 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
426 for(k = 0; k < comps; ++k) {
427 tmp[j][i][k] = src[(y + j)*src_stride/sizeof(*src) + (x + i)*comps + k];
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
448 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
451 for(k = 0; k < comps; ++k)
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 250 const unsigned bw = 4, bh = 4, comps = 4; local
257 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
423 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
426 for(k = 0; k < comps; ++k) {
427 tmp[j][i][k] = src[(y + j)*src_stride/sizeof(*src) + (x + i)*comps + k];
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
448 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
451 for(k = 0; k < comps; ++k)
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
    [all...]

Completed in 1060 milliseconds

12 3 4 5