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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c971 const int scaling_active = cm->width != cm->display_width || local
973 vp9_wb_write_bit(wb, scaling_active);
974 if (scaling_active) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c981 const int scaling_active = cm->width != cm->display_width || local
983 vp9_wb_write_bit(wb, scaling_active);
984 if (scaling_active) {

Completed in 81 milliseconds