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

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 151 old_b = cost_branch256(ct + 2 * PIVOT_NODE, oldp);
164 new_b = cost_branch256(ct + 2 * PIVOT_NODE, newp);
vp9_bitstream.c 172 vp9_pareto8_full[context_tree[PIVOT_NODE] - 1], v,
562 if (t == PIVOT_NODE)
599 if (t == PIVOT_NODE)
635 if (t == PIVOT_NODE) {
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 145 #define PIVOT_NODE 2 // which node is pivot
vp9_entropy.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 144 const vpx_prob *p = vp9_pareto8_full[prob[PIVOT_NODE] - 1];

Completed in 69 milliseconds