HomeSort by relevance Sort by last modified time
    Searched full:marker_test (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 770 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;
    [all...]

Completed in 634 milliseconds