Home
last modified time | relevance | path

Searched refs:vpx_norm (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dprob.c13 const uint8_t vpx_norm[256] = { variable
Dprob.h100 DECLARE_ALIGNED(16, extern const uint8_t, vpx_norm[256]);
Dbitwriter.h49 shift = vpx_norm[range]; in vpx_write()
Dbitreader.h97 const unsigned char shift = vpx_norm[(unsigned char)range]; in vpx_read()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c49 const int shift = vpx_norm[*range]; in read_bool()
58 const int shift = vpx_norm[*range]; in read_bool()