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

/external/webp/src/dec/
H A Dcommon_dec.h24 B_LD_PRED = 6, enumerator in enum:__anon25803
H A Dtree_dec.c30 -B_LD_PRED, 7,
335 (!VP8GetBit(br, prob[6]) ? B_LD_PRED :
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c66 -B_LD_PRED, 14, /* 6 = LD_NODE */
H A Dreconintra4x4.c31 pred[B_LD_PRED] = vpx_d45e_predictor_4x4;
H A Dblockd.h102 B_LD_PRED, enumerator in enum:__anon11936
/external/webp/src/enc/
H A Dtree_enc.c275 if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
280 if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {

Completed in 293 milliseconds