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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 42 vp8_kf_ymode_tree);
bitstream.c 111 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m);
    [all...]
  /external/libvpx/libvpx/vp8/common/
entropymode.c 78 const vp8_tree_index vp8_kf_ymode_tree[8] = { variable
entropymode.h 50 extern const vp8_tree_index vp8_kf_ymode_tree[];
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 31 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p);

Completed in 158 milliseconds