Searched refs:quantized (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/common/ |
D | embedding-network.proto | 28 // Non-quantized matrix entries. 31 // Whether the matrix is quantized. 34 // Bytes for all quantized values. Each value (see "repeated float value" 35 // field) is quantized to an uint8 (1 byte) value, and all these bytes are
|
/external/libvorbis/lib/ |
D | floor1.c | 434 int quantized=vorbis_dBquant(flr+i); in accumulate_fit() local 435 if(quantized){ in accumulate_fit() 438 ya += quantized; in accumulate_fit() 440 y2a += quantized*quantized; in accumulate_fit() 441 xya += i*quantized; in accumulate_fit() 445 yb += quantized; in accumulate_fit() 447 y2b += quantized*quantized; in accumulate_fit() 448 xyb += i*quantized; in accumulate_fit()
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_dc_a9.s | 307 @ * @brief This function reconstructs a 4x4 sub block from quantized resiude and 311 @ * The quantized residue is first inverse quantized, 312 @ * This inverse quantized content is added to the prediction buffer to recon- 316 @ * quantized dc coeffiient
|
D | ih264_resi_trans_quant_a9.s | 62 @ pointer to store non quantized dc value
|
D | ih264_iquant_itrans_recon_a9.s | 400 vqmovun.s16 d20, q10 @Getting quantized coeffs
|
/external/gemmlowp/test/ |
D | test.cc | 1172 std::int32_t quantized = result_quantized_down_int32(r, c); in TestOutputStages() local 1173 std::uint8_t expected = std::min(std::max(quantized, 0), 255); in TestOutputStages() 1306 std::int32_t quantized = in TestOutputStages() local 1310 std::uint8_t expected = std::min(std::max(quantized, 0), 255); in TestOutputStages()
|
/external/libjpeg-turbo/ |
D | usage.txt | 134 components can be quantized more than the luminance components without 422 When producing a color-quantized image, "-onepass -dither ordered" is fast but
|
D | structure.txt | 626 contain quantized coefficients everywhere outside the DCT/IDCT subsystems.
|
D | libjpeg.txt | 2194 You *cannot* change between full-color and quantized output (because that 2198 When generating color-quantized output, changing quantization method is a 2778 Each block in the block arrays contains quantized coefficient values in
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|