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

  /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/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 286 const BLOCK_SIZE unit_size = txsize_to_bsize[tx_size]; local
287 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]);
288 const int nh = 1 << (bh - b_height_log2_lookup[unit_size]);
298 (b_width_log2_lookup[unit_size] +
299 b_height_log2_lookup[unit_size] + 6));
467 const BLOCK_SIZE unit_size = txsize_to_bsize[uv_tx_size]; local
471 const int sf = (uv_bw - b_width_log2_lookup[unit_size]) +
472 (uv_bh - b_height_log2_lookup[unit_size]);
573 const BLOCK_SIZE unit_size = txsize_to_bsize[xd->mi[0]->tx_size]; local
575 (b_width_log2_lookup[bsize] - b_width_log2_lookup[unit_size])
    [all...]
vp9_rdopt.c 188 const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size]; local
196 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
197 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
199 int lw = b_width_log2_lookup[unit_size] + 2;
200 int lh = b_height_log2_lookup[unit_size] + 2;
209 var = cpi->fn_ptr[unit_size].vf(src, p->src.stride, dst, pd->dst.stride,
    [all...]

Completed in 108 milliseconds