/external/libopus/celt/ |
D | quant_bands.c | 160 int C, int LM, int intra, opus_val16 max_decay, int lfe) in quant_coarse_energy_impl() argument 169 ec_enc_bit_logp(enc, intra, 3); in quant_coarse_energy_impl() 170 if (intra) in quant_coarse_energy_impl() 266 int intra; in quant_coarse_energy() local 277 …intra = force_intra || (!two_pass && *delayedIntra>2*C*(end-start) && nbAvailableBytes > (end-star… in quant_coarse_energy() 283 two_pass = intra = 0; in quant_coarse_energy() 302 if (two_pass || intra) in quant_coarse_energy() 308 if (!intra) in quant_coarse_energy() 336 tell, e_prob_model[LM][intra], error, enc, C, LM, 0, max_decay, lfe); in quant_coarse_energy() 345 intra = 1; in quant_coarse_energy() [all …]
|
D | quant_bands.h | 60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra,…
|
/external/llvm/test/CodeGen/X86/ |
D | cmp.ll | 180 define i32 @test13(i32 %mask, i32 %base, i32 %intra) { 183 %cond = select i1 %tobool, i32 %intra, i32 %base 191 define i32 @test14(i32 %mask, i32 %base, i32 %intra) #0 { 194 %cond = select i1 %tobool, i32 %intra, i32 %base
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; in decode_dct() local 718 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC; in decode_dct() 724 mb->coded_block_pattern = cbp = intra ? 0x3F : vl_vlc_get_vlclbf(&bs->vlc, tbl_B9, 9); in decode_dct() 748 if (intra) { in decode_dct()
|
D | vl_zscan.h | 95 const uint8_t matrix[64], bool intra);
|
D | vl_vertex_buffers.h | 86 uint8_t intra; member
|
D | vl_mpeg12_decoder.c | 332 unsigned intra; in UploadYcbcrBlocks() local 341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0; in UploadYcbcrBlocks() 350 stream->intra = intra; in UploadYcbcrBlocks() 371 stream->intra = intra; in UploadYcbcrBlocks()
|
D | vl_zscan.c | 541 const uint8_t matrix[64], bool intra) in vl_zscan_upload_quant() argument 550 0, 0, intra ? 1 : 0, in vl_zscan_upload_quant()
|
/external/libvpx/libvpx/test/ |
D | test-data.sha1 | 49 c5baeaf5714fdfb3a8bc960a8e33ac438e83b16b *vp80-01-intra-1400.ivf 50 f383955229afe3408453e316d11553d923ca60d5 *vp80-01-intra-1411.ivf 51 84e1f4343f174c9f3c83f834bac3196fb325bf2c *vp80-01-intra-1416.ivf 52 fb6e712a47dd57a28a3727d2ae2c97a8b7c7ca51 *vp80-01-intra-1417.ivf 111 612494da2fa799cc9d76dcdd835ae6c7cb2e5c05 *vp80-01-intra-1400.ivf.md5 112 48ea06097ac8269c5e8c2131d3d0639f431fcf0e *vp80-01-intra-1411.ivf.md5 113 6e2ab4e7677ad0ba868083ca6bc387ee922b400c *vp80-01-intra-1416.ivf.md5 114 eca0a90348959ce3854142f8d8641b13050e8349 *vp80-01-intra-1417.ivf.md5 670 698a6910a97486b833073ef0c0b18d75dce57ee8 *vp90-2-16-intra-only.webm 671 5661b0168752969f055eec37b05fa9fa947dc7eb *vp90-2-16-intra-only.webm.md5
|
D | test-data.mk | 63 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1400.ivf 64 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1400.ivf.md5 65 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1411.ivf 66 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1411.ivf.md5 67 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1416.ivf 68 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1416.ivf.md5 69 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1417.ivf 70 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-01-intra-1417.ivf.md5 649 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-16-intra-only.webm 650 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-16-intra-only.webm.md5
|
/external/libavc/common/arm/ |
D | ih264_ihadamard_scaling_a9.s | 27 @ * of 16x16 intra-prediction 42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
|
D | ih264_iquant_itrans_recon_dc_a9.s | 139 …subs r9, r9, #1 @ if r8 == 1 => intra case , so result of subtraction is zero … 141 moveq r6, r10 @ Restore dc value in case of intra, i.e. r9 == 1
|
D | ih264_intra_pred_luma_16x16_a9q.s | 26 @* Contains function definitions for intra 16x16 Luma prediction .
|
D | ih264_intra_pred_chroma_a9q.s | 26 @* Contains function definitions for intra chroma prediction .
|
D | ih264_iquant_itrans_recon_a9.s | 144 …subs r8, r8, #1 @ if r8 == 1 => intra case , so result of subtraction is zero … 162 vmoveq.16 d0[0], r9 @ Restore dc value in case of intra, i.e. r8 == 1
|
D | ih264_intra_pred_luma_4x4_a9q.s | 26 @* Contains function definitions for intra 4x4 Luma prediction .
|
D | ih264_intra_pred_luma_8x8_a9q.s | 26 @* Contains function definitions for intra 8x8 Luma prediction .
|
/external/llvm/test/CodeGen/ARM/ |
D | code-placement.ll | 32 ; Optimize loop entry, eliminate intra loop branches
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; in nouveau_vpe_mb_dct_header() local 173 if (intra) in nouveau_vpe_mb_dct_header() 185 if (!intra) in nouveau_vpe_mb_dct_header()
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 189 intra modes. 428 make rdmult adaptive for intra in quantizer RDO
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 672 Thread safety analysis is strictly intra-procedural, just like ordinary type
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 710 intra- or inter-block level. Because of its laziness and caching policy, using
|
/external/netperf/doc/ |
D | netperf.texi | 1760 @dfn{intra-stack} flow-control. 1921 naturally, limited to intra-machine traffic. A STREAM_STREAM test
|
D | netperf.info | 1643 "intra-stack" flow-control. 1817 It is, naturally, limited to intra-machine traffic. A STREAM_STREAM
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2378 It is not a bug, but rather a hole in the API and intra-kernel interfaces.
|