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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1178 const int use_compound_pred = cm->reference_mode != SINGLE_REFERENCE; local
1181 vp9_write_bit(&header_bc, use_compound_pred);
1182 if (use_compound_pred) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c1152 const int use_compound_pred = cm->reference_mode != SINGLE_REFERENCE; local
1155 vp9_write_bit(&header_bc, use_compound_pred);
1156 if (use_compound_pred) {

Completed in 681 milliseconds