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

  /external/chromium_org/media/cast/test/utility/
barcode.cc 52 size_t unit_size = row_bytes * 6 / 10 / units; local
53 if (unit_size < 1) return false;
54 size_t bytes_required = unit_size * units;
58 memset(pos, 0, unit_size);
59 pos += unit_size * 2;
60 memset(pos, 0, unit_size);
61 pos += unit_size * 2;
63 memset(pos, 0, bits[bit] ? unit_size * 2: unit_size);
64 pos += unit_size * 3
111 double unit_size = (i[1] + i[2] + i[3] + i[4]) \/ 4; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 289 uint32 unit_size = GLES2Util::GetGLDataTypeSizeForUniforms( local
291 uint32 size_needed = size * unit_size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1274 tree low_bound, unit_size; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 194 const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size]; local
195 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
196 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
198 int lw = b_width_log2_lookup[unit_size] + 2;
199 int lh = b_height_log2_lookup[unit_size] + 2;
209 var = cpi->fn_ptr[unit_size].vf(src, p->src.stride,
    [all...]

Completed in 235 milliseconds