Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c305 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn() function
322 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()