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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c63 static void encode_unsigned_max(struct vpx_write_bit_buffer *wb, int data, function
801 encode_unsigned_max(wb, abs(data), data_max);
804 encode_unsigned_max(wb, data, data_max);

Completed in 72 milliseconds