Searched defs:use_hybrid_pred (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1179 const int use_hybrid_pred = cm->reference_mode == REFERENCE_MODE_SELECT; local
1183 vp9_write_bit(&header_bc, use_hybrid_pred);
1184 if (use_hybrid_pred)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1153 const int use_hybrid_pred = cm->reference_mode == REFERENCE_MODE_SELECT; local
1157 vp9_write_bit(&header_bc, use_hybrid_pred);
1158 if (use_hybrid_pred)

Completed in 222 milliseconds