Searched refs:num_64x64_blocks (Results 1 – 4 of 4) sorted by relevance
639 const int num_64x64_blocks = is_small_sb ? 1 : 4; in av1_choose_var_based_partitioning() local768 for (m = 0; m < num_64x64_blocks; m++) { in av1_choose_var_based_partitioning()860 for (m = 0; m < num_64x64_blocks; ++m) { in av1_choose_var_based_partitioning()945 for (m = 0; m < num_64x64_blocks; ++m) { in av1_choose_var_based_partitioning()
488 const int num_64x64_blocks = in create_enc_workers() local492 aom_malloc(sizeof(*thread_data->td->vt64x64) * num_64x64_blocks)); in create_enc_workers()
5426 const int num_64x64_blocks = in encode_with_recode_loop() local5429 if (num_64x64_blocks != cpi->td.num_64x64_blocks) { in encode_with_recode_loop()5436 aom_malloc(sizeof(*cpi->td.vt64x64) * num_64x64_blocks)); in encode_with_recode_loop()5437 cpi->td.num_64x64_blocks = num_64x64_blocks; in encode_with_recode_loop()
747 int32_t num_64x64_blocks; member