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

  /external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h 47 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] = variable in typeref:struct:vp8_token_struct
entropymode.h 58 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 129 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
147 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m);
    [all...]

Completed in 169 milliseconds