Searched defs:block_var (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/aom/ |
H A D | aom_external_partition.h | 203 int block_var[64]; ///< Variance of each unit member 277 unsigned int block_var; ///< Variance of motion compensated residual member
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_aq_variance.c | 190 static int scale_block_energy(VP9_COMP *cpi, unsigned int block_var) { in scale_block_energy()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_strategy.c | 2371 const unsigned int *block_var, const int num_blocks, const BLOCK_SIZE bsize, in write_motion_feature_to_file() 2426 unsigned int *block_var = aom_calloc(num_blocks, sizeof(*block_var)); in av1_collect_motion_search_features_sb() local 2472 unsigned int *block_var, unsigned int sub_block_sse[4], in av1_prepare_motion_search_features_block()
|
H A D | tx_search.c | 150 unsigned int *block_mse_q8, int64_t *per_px_mean, uint64_t *block_var) { in pixel_diff_stats() 1957 uint64_t block_var = UINT64_MAX; in predict_dc_only_block() local 2487 const float block_var = get_var(lvl0_mean, (double)total_x2_sum, num); in get_blk_var_dev() local
|
H A D | partition_search.c | 5125 unsigned int block_var = -1; in recursive_partition() local
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | parser.c | 21866 asdl_stmt_seq* block_var; in invalid_try_stmt_rule() local 36371 asdl_stmt_seq* block_var; in _loop0_203_rule() local 36554 asdl_stmt_seq* block_var; in _loop0_206_rule() local
|