Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Dmem.h32 #define ROUND64_POWER_OF_TWO(value, n) (((value) + (1ULL << ((n)-1))) >> (n)) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c104 return (int)ROUND64_POWER_OF_TWO( in mv_err_cost()
Dvp9_rdopt.c697 sse = ROUND64_POWER_OF_TWO(sse, (xd->bd - 8) * 2); in block_rd_txfm()
Dvp9_encodeframe.c148 return (unsigned int)ROUND64_POWER_OF_TWO( in vp9_high_get_sby_perpixel_variance()