Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c77 #define ADJUST_COEF(prob, bits_count) \ argument
79 val += (vp9_read(r, prob) << bits_count); \