HomeSort by relevance Sort by last modified time
    Searched defs:coef_probs (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/decoder/
detokenize.c 101 dx->detoken.coef_probs[0] = (oc->fc.coef_probs [0] [ 0 ] [0]);
102 dx->detoken.coef_probs[1] = (oc->fc.coef_probs [1] [ 0 ] [0]);
103 dx->detoken.coef_probs[2] = (oc->fc.coef_probs [2] [ 0 ] [0]);
104 dx->detoken.coef_probs[3] = (oc->fc.coef_probs [3] [ 0 ] [0]);
166 Prob = coef_probs; \
180 Prob = coef_probs + (ENTROPY_NODES*2);
262 const vp8_prob *coef_probs; local
    [all...]
onyxd_int.h 64 vp8_prob const *coef_probs[4]; member in struct:__anon5113
  /external/libvpx/vp8/common/
onyxc_int.h 44 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens-1]; member in struct:frame_contexts

Completed in 62 milliseconds