Searched refs:LOG2_OBMC_MAX (Results 1 – 3 of 3) sorted by relevance
49 #define LOG2_OBMC_MAX 8 macro50 #define OBMC_MAX (1<<(LOG2_OBMC_MAX))388 v <<= 8 - LOG2_OBMC_MAX; in add_yblock()
568 return av_clip_uint8( ROUNDED_DIV(ab<<LOG2_OBMC_MAX, aa) ); //FIXME we should not need clipping in get_dc()646 #if FRAC_BITS >= LOG2_OBMC_MAX in get_block_rd()647 int v = (cur1[x] * obmc1[x]) << (FRAC_BITS - LOG2_OBMC_MAX); in get_block_rd()649 … int v = (cur1[x] * obmc1[x] + (1<<(LOG2_OBMC_MAX - FRAC_BITS-1))) >> (LOG2_OBMC_MAX - FRAC_BITS); in get_block_rd()658 if(LOG2_OBMC_MAX == 8 in get_block_rd()
54 v <<= 8 - LOG2_OBMC_MAX; in ff_snow_inner_add_yblock()