Home
last modified time | relevance | path

Searched refs:word_len (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/brotli/c/common/
H A Dtransform.c194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() argument
208 if (word_len < 2) return 1; in Shift()
215 if (word_len < 3) return word_len; in Shift()
224 if (word_len < 4) return word_len; in Shift()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c194 static int Shift(uint8_t* word, int word_len, uint16_t parameter) { in Shift() argument
208 if (word_len < 2) return 1; in Shift()
215 if (word_len < 3) return word_len; in Shift()
224 if (word_len < 4) return word_len; in Shift()
/third_party/ffmpeg/libavcodec/
H A Datrac1.c229 int word_len = !!idwls[bfu_num] + idwls[bfu_num]; in at1_unpack_dequant() local
231 bits_used += word_len * num_specs; /* add number of bits consumed by current BFU */ in at1_unpack_dequant()
240 if (word_len) { in at1_unpack_dequant()
241 float max_quant = 1.0 / (float)((1 << (word_len - 1)) - 1); in at1_unpack_dequant()
247 spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; in at1_unpack_dequant()
249 } else { /* word_len = 0 -> empty BFU, zero all specs in the empty BFU */ in at1_unpack_dequant()

Completed in 2 milliseconds