Home
last modified time | relevance | path

Searched refs:get_block_variance_fn (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c144 static aom_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn() function
157 const aom_variance_fn_t fn = get_block_variance_fn(bsize); in get_prediction_error()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c322 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn() function
335 const vpx_variance_fn_t fn = get_block_variance_fn(bsize); in get_prediction_error()
410 v_fn_ptr.vf = get_block_variance_fn(bsize); in first_pass_motion_search()
1089 v_fn_ptr.vf = get_block_variance_fn(bsize); in vp9_first_pass_encode_tile_mb_row()