Searched refs:intra (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.h95 const uint8_t matrix[64], bool intra);
H A Dvl_vertex_buffers.h86 uint8_t intra; member in struct:vl_ycbcr_block
H A Dvl_mpeg12_decoder.c267 /* 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 Dvl_mpeg12_bitstream.c717 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 Dvl_zscan.c541 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 Dquant_bands.c74 (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 Dquant_bands.h60 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 Dih264_ihadamard_scaling_a9.s27 @ * of 16x16 intra-prediction
42 @ * of a 16x16 intra prediction macroblock, and then performs scaling.
H A Dih264_iquant_itrans_recon_dc_a9.s139 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 Dih264_intra_pred_luma_16x16_a9q.s26 @* Contains function definitions for intra 16x16 Luma prediction .
H A Dih264_intra_pred_chroma_a9q.s26 @* Contains function definitions for intra chroma prediction .
H A Dih264_intra_pred_luma_4x4_a9q.s26 @* Contains function definitions for intra 4x4 Luma prediction .
H A Dih264_iquant_itrans_recon_a9.s144 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 Dih264_intra_pred_luma_8x8_a9q.s26 @* Contains function definitions for intra 8x8 Luma prediction .
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; local
173 if (intra)
185 if (!intra)
/external/iproute2/doc/
H A Dip-cref.tex2296 It is not a bug, but rather a hole in the API and intra-kernel interfaces.

Completed in 281 milliseconds