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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.h 43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c)
bitstream.c 163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) function
402 vp8_pack_tokens_c(w, p, tokens);
421 vp8_pack_tokens_c(w, p, tokens);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.h 43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c)
bitstream.c 163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) function
402 vp8_pack_tokens_c(w, p, tokens);
421 vp8_pack_tokens_c(w, p, tokens);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.h 43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
45 # define pack_tokens(a,b,c) vp8_pack_tokens_c(a,b,c)
bitstream.c 163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) function
402 vp8_pack_tokens_c(w, p, tokens);
421 vp8_pack_tokens_c(w, p, tokens);
    [all...]

Completed in 170 milliseconds