HomeSort by relevance Sort by last modified time
    Searched refs:B_VL_PRED (Results 1 - 6 of 6) sorted by null

  /external/webp/src/dec/
common_dec.h 25 B_VL_PRED = 7,
tree_dec.c 35 -B_VL_PRED, 8,
340 (!VP8GetBit(br, prob[7]) ? B_VL_PRED :
  /external/libvpx/libvpx/vp8/common/
entropymode.c 67 -B_VL_PRED, 16, /* 7 = VL_NODE */
reconintra4x4.c 34 pred[B_VL_PRED] = vpx_d63e_predictor_4x4;
blockd.h 106 B_VL_PRED,
  /external/webp/src/enc/
tree_enc.c 281 if (VP8PutBit(bw, mode != B_VL_PRED, prob[7])) {

Completed in 149 milliseconds