Home | History | Annotate | Download | only in encoder

Lines Matching refs:unit_size

190     const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size];
198 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
199 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]);
201 int lw = b_width_log2_lookup[unit_size] + 2;
202 int lh = b_height_log2_lookup[unit_size] + 2;
211 var = cpi->fn_ptr[unit_size].vf(src, p->src.stride, dst, pd->dst.stride,