Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c32 static INLINE int read_bool(vpx_reader *r, int prob, BD_VALUE *value, in read_bool() function
70 val = (val << 1) | read_bool(r, probs[i], value, count, range); in read_coeff()
122 if (!read_bool(r, prob[EOB_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs()
127 while (!read_bool(r, prob[ZERO_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs()
143 if (read_bool(r, prob[ONE_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs()
146 if (read_bool(r, p[0], &value, &count, &range)) { in decode_coefs()
147 if (read_bool(r, p[3], &value, &count, &range)) { in decode_coefs()
149 if (read_bool(r, p[5], &value, &count, &range)) { in decode_coefs()
150 if (read_bool(r, p[7], &value, &count, &range)) { in decode_coefs()
157 } else if (read_bool(r, p[6], &value, &count, &range)) { in decode_coefs()
[all …]
/external/libvpx/
Dlibvpx_blacklist.txt6 fun:read_bool