/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_zscan.h | 95 const uint8_t matrix[64], bool intra);
|
H A D | vl_vertex_buffers.h | 86 uint8_t intra; member in struct:vl_ycbcr_block
|
H A D | vl_mpeg12_decoder.c | 267 /* no motion vector, but also not intra mb -> 332 unsigned intra; local 341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0; 350 stream->intra = intra; 371 stream->intra = intra;
|
H A D | vl_mpeg12_bitstream.c | 717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; local 718 const struct dct_coeff *table = intra ? bs->intra_dct_tbl : tbl_B14_AC; 724 mb->coded_block_pattern = cbp = intra ? 0x3F : vl_vlc_get_vlclbf(&bs->vlc, tbl_B9, 9); 748 if (intra) {
|
H A D | vl_zscan.c | 541 const uint8_t matrix[64], bool intra) 550 0, 0, intra ? 1 : 0, 540 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, const uint8_t matrix[64], bool intra) argument
|
/external/libopus/celt/ |
H A D | quant_bands.c | 74 (inter/intra), and band number. 160 int C, int LM, int intra, opus_val16 max_decay, int lfe) 169 ec_enc_bit_logp(enc, intra, 3); 170 if (intra) 266 int intra; local 277 intra = force_intra || (!two_pass && *delayedIntra>2*C*(end-start) && nbAvailableBytes > (end-start)*C); 283 two_pass = intra = 0; 302 if (two_pass || intra) 308 if (!intra) 330 /* Copy bits from intra bi 156 quant_coarse_energy_impl(const CELTMode *m, int start, int end, const opus_val16 *eBands, opus_val16 *oldEBands, opus_int32 budget, opus_int32 tell, const unsigned char *prob_model, opus_val16 *error, ec_enc *enc, int C, int LM, int intra, opus_val16 max_decay, int lfe) argument 427 unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM) argument [all...] |
H A D | quant_bands.h | 60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM);
|
/external/libavc/common/arm/ |
H A D | ih264_ihadamard_scaling_a9.s | 27 @ * of 16x16 intra-prediction 42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
|
H A D | ih264_iquant_itrans_recon_dc_a9.s | 139 subs r9, r9, #1 @ if r8 == 1 => intra case , so result of subtraction is zero and Z flag is set 141 moveq r6, r10 @ Restore dc value in case of intra, i.e. r9 == 1
|
H A D | ih264_intra_pred_luma_16x16_a9q.s | 26 @* Contains function definitions for intra 16x16 Luma prediction .
|
H A D | ih264_intra_pred_chroma_a9q.s | 26 @* Contains function definitions for intra chroma prediction .
|
H A D | ih264_intra_pred_luma_4x4_a9q.s | 26 @* Contains function definitions for intra 4x4 Luma prediction .
|
H A D | ih264_iquant_itrans_recon_a9.s | 144 subs r8, r8, #1 @ if r8 == 1 => intra case , so result of subtraction is zero and Z flag is set 162 vmoveq.16 d0[0], r9 @ Restore dc value in case of intra, i.e. r8 == 1
|
H A D | ih264_intra_pred_luma_8x8_a9q.s | 26 @* Contains function definitions for intra 8x8 Luma prediction .
|
/external/libvpx/libvpx/test/ |
H A 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 [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.c | 163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; local 173 if (intra) 185 if (!intra)
|
/external/iproute2/doc/ |
H A D | ip-cref.tex | 2378 It is not a bug, but rather a hole in the API and intra-kernel interfaces.
|