Home
last modified time | relevance | path

Searched refs:u_blocks (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/examples/
Dlightfield_encoder.c138 int u_blocks, v_blocks; in pass0() local
151 u_blocks = (lf_width + lf_blocksize - 1) / lf_blocksize; in pass0()
157 for (bu = 0; bu < u_blocks; ++bu) { in pass0()
194 for (bu = 0; bu < u_blocks; ++bu) { in pass0()
247 int u_blocks, v_blocks; in pass1() local
271 u_blocks = (lf_width + lf_blocksize - 1) / lf_blocksize; in pass1()
274 reference_image_num = u_blocks * v_blocks; in pass1()
294 for (bu = 0; bu < u_blocks; ++bu) { in pass1()
318 printf("Encoding reference image %d of %d\n", bv * u_blocks + bu, in pass1()
319 u_blocks * v_blocks); in pass1()
[all …]
/external/python/cpython2/Python/
Dcompile.c116 basicblock *u_blocks; member
422 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
444 b = u->u_blocks; in compiler_unit_free()
498 u->u_blocks = NULL; in compiler_enter_scope()
579 b->b_list = u->u_blocks; in compiler_new_block()
580 u->u_blocks = b; in compiler_new_block()
3480 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
3705 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
3929 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
/external/python/cpython3/Python/
Dcompile.c126 basicblock *u_blocks; member
497 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
519 b = u->u_blocks; in compiler_unit_free()
601 u->u_blocks = NULL; in compiler_enter_scope()
768 b->b_list = u->u_blocks; in compiler_new_block()
769 u->u_blocks = b; in compiler_new_block()
5007 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
5277 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
5500 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()