Searched defs:data_max (Results 1 - 2 of 2) sorted by last modified time

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c790 const int data_max = vp9_seg_feature_data_max(j); local
793 encode_unsigned_max(wb, abs(data), data_max);
796 encode_unsigned_max(wb, data, data_max);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c790 const int data_max = vp9_seg_feature_data_max(j); local
793 encode_unsigned_max(wb, abs(data), data_max);
796 encode_unsigned_max(wb, data, data_max);

Completed in 47 milliseconds