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

  /external/libvpx/vp8/common/
treecoder.h 52 } vp8_token; typedef in typeref:struct:vp8_token_struct
68 vp8_token tok [ /* n */ ],
81 vp8_token tok [ /* n */ ],
treecoder.c 58 vp8_token tok [ /* n */ ],
111 vp8_token tok [ /* n */ ],
  /external/libvpx/vp8/encoder/
bitstream.h 17 vp8_token *,
21 vp8_token *,
25 vp8_token *,
treewriter.h 80 vp8_token *const x
110 vp8_token *const x
asm_enc_offsets.c 75 DEFINE(vp8_token_value, offsetof(vp8_token, value));
76 DEFINE(vp8_token_len, offsetof(vp8_token, Len));
bitstream.c 65 vp8_token tok [/* n */],
185 vp8_token *const a = vp8_coef_encodings + t;
400 vp8_token *const a = vp8_coef_encodings + t;
604 vp8_token *const a = vp8_coef_encodings + t;
    [all...]

Completed in 44 milliseconds