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
bitstream.c 75 vp8_token tok [/* n */],
195 vp8_token *const a = vp8_coef_encodings + t;
410 vp8_token *const a = vp8_coef_encodings + t;
614 vp8_token *const a = vp8_coef_encodings + t;
    [all...]
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 49 DEFINE(vp8_token_value, offsetof(vp8_token, value));
50 DEFINE(vp8_token_len, offsetof(vp8_token, Len));

Completed in 186 milliseconds