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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c770 uint8_t marker_test = 0xc0; local
774 marker_test |= frames_test - 1;
775 marker_test |= (mag_test - 1) << 3;
776 *x++ = marker_test;
779 *x++ = marker_test;

Completed in 114 milliseconds