Searched refs:max_mv_bits (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp74 int max_mv_bits, max_mvd; local
87 max_mv_bits = 3 + 2 * temp_bits;
88 max_mvd = (1 << (max_mv_bits >> 1)) - 1;
101 for (bits = 3; bits <= max_mv_bits; bits += 2)

Completed in 53 milliseconds