Home
last modified time | relevance | path

Searched refs:vp8_kf_ymode_encodings (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvp8_entropymodedata.h44 const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES] = variable
Dentropymode.h61 extern const struct vp8_token_struct vp8_kf_ymode_encodings[VP8_YMODES];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c142 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m); in kfwrite_ymode()