Home
last modified time | relevance | path

Searched refs:vp9_norm (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c13 const uint8_t vp9_norm[256] = { variable
Dvp9_prob.h87 DECLARE_ALIGNED(16, extern const uint8_t, vp9_norm[256]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_reader.h72 register unsigned int shift = vp9_norm[range]; in vp9_read()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_writer.h54 shift = vp9_norm[range]; in vp9_write()