HomeSort by relevance Sort by last modified time
    Searched full:intra (Results 51 - 75 of 668) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformQuant_ChromaDC.c 51 * bIntra - Indicate whether this is an INTRA block. 1-INTRA, 0-INTER
94 Two_f = (1 << QbitsPlusOne) / (bIntra ? 3 : 6); /* 3->INTRA, 6->INTER */
armVCM4P10_PredictIntraDC4x4.c 28 * H.264 4x4 intra prediction module
41 * Perform DC style intra prediction, averaging upper and left block
omxVCM4P10_PredictIntraChroma_8x8.c 28 * H.264 Chroma 8x8 intra prediction module
41 * Perform DC style intra prediction, upper block has priority
103 * Perform DC style intra prediction, left block has priority
167 * Performs intra prediction for chroma samples.
178 * predMode - Intra chroma prediction mode, please refer to section 3.4.3.
209 * they are not used by intra prediction implied in predMode.
210 * Note: OMX_VC_UPPER_RIGHT is not used in intra chroma
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CheckVLCEscapeMode.c 53 * [in] maxStoreRun Max store possible (considering last and inter/intra)
57 * (considering last and inter/intra status)
60 * (considering last and inter/intra status)
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 29 * for intra block.
47 * for one intra block. Two versions of the function (DCVLC and ACVLC) are
49 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 29 * for intra block.
45 * intra block. Two versions of the function (DCVLC and ACVLC) are provided
47 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
omxVCM4P2_TransRecBlockCoef_inter.c 53 * shortVideoHeader==1 selects linear intra DC mode, and
54 * shortVideoHeader==0 selects non linear intra DC mode.
armVCM4P2_PutVLCBits.c 60 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra)
62 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra)
67 * (considering last and inter/intra status) for last = 0
71 * (considering last and inter/intra status) for last = 1
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_VideoExt.h 162 * Structure for configuring video compression intra refresh period
168 * nRefreshPeriod : Intra refreh period in frames. Value 0 means disable intra refresh
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 147 IH264_INTRAREFRESH_NONE = 0 , /* Doesn't insert forcefully intra macro blocks*/
148 IH264_INTRAREFRESH_CYCLIC_MBS , /* Insters intra macro blocks in a cyclic fashion :*/
150 IH264_INTRAREFRESH_CYCLIC_SLICES , /* Insters Intra Slices in a cyclic fashion: */
151 /* no of intra slices is equal to sliceRefreshRowNumber*/
152 IH264_INTRAREFRESH_RDOPT_MBS /* position of intra macro blocks is intelligently */
154 /* intra macro blocks in a frame is gaurnteed to be */
238 OMX_U32 airMbPeriod ; /* Adaptive Intra Refesh MB Period: Period at which intra macro blocks should be insterted in a frame*/
241 OMX_U32 sliceRefreshRowStartNumber; /* Row number from which slice needs to be intra coded*/
242 OMX_U32 sliceRefreshRowNumber ; /* Number of rows to be coded as intra slice*
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1252 * Intra or Inter flag for each partition - 0 or 1
    [all...]
  /external/libavc/common/x86/
ih264_chroma_intra_pred_filters_ssse3.c 26 * Contains function definitions for chroma intra prediction filters in x86
61 /* Chroma Intra prediction 8x8 filters */
69 * Perform Intra prediction for chroma_8x8 mode:Horizontal
72 * Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
145 * Perform Intra prediction for chroma_8x8 mode:vertical
148 * Perform Intra prediction for chroma_8x8 mode:vertical ,described in sec 8.3.4.3
213 * Perform Intra prediction for chroma_8x8 mode:PLANE
216 * Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.4
ih264_luma_intra_pred_filters_ssse3.c 26 * Contains function definitions for luma intra prediction filters in x86
90 * Perform Intra prediction for luma_4x4 mode:vertical
93 * Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
149 * Perform Intra prediction for luma_4x4 mode:horizontal
152 * Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
215 * Perform Intra prediction for luma_4x4 mode:DC
218 * Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
293 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
296 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
377 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Righ
    [all...]
  /external/libavc/encoder/
ih264e_cavlc.h 53 * This function generates CAVLC coded bit stream for an Intra Slice.
56 * The mb syntax layer for intra slices constitutes luma mb mode, luma sub modes
ih264e_statistics.h 113 * is lesser than the predefined threshold, intra analysis is not done. The
114 * below variable keeps track of the number of mb for which intra analysis is not
irc_frame_info_collector.h 47 /* Sum of all the Intra MB cost values for the entire frame */
93 /* Number of Intra MBs for Scene Change Detection */
ih264e_rate_control.h 54 * average and peak bitrate, intra-inter frame interval and initial
91 * Intra frame interval
261 * intra cost ,mb type and other
294 * Number of intra mbs in previous frame
  /external/libavc/encoder/mips/
ih264e_platform_macros.h 49 * @brief Initialize the intra/inter/transform/deblk function pointers of
69 * @brief Initialize the intra/inter/transform/deblk function pointers of
  /hardware/intel/img/psb_video/src/
tng_slotorder.h 49 * Input, Intra period
59 int intracnt, /*Input, Intra period*/
  /external/libavc/common/
ih264_luma_intra_pred_filters.c 26 * Contains function definitions for intra prediction filters
102 * Perform Intra prediction for luma_4x4 mode:vertical
105 * Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
152 * Perform Intra prediction for luma_4x4 mode:horizontal
155 * Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
203 * Perform Intra prediction for luma_4x4 mode:DC
206 * Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
276 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
279 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
344 * Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Righ
    [all...]
ih264_chroma_intra_pred_filters.c 26 * Contains function definitions for chroma intra prediction filters
74 /* Chroma Intra prediction 8x8 filters */
83 * Perform Intra prediction for chroma_8x8 mode:DC
86 * Perform Intra prediction for chroma_8x8 mode:DC ,described in sec 8.3.4.1
279 * Perform Intra prediction for chroma_8x8 mode:Horizontal
282 * Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
337 * Perform Intra prediction for chroma_8x8 mode:vertical
340 * Perform Intra prediction for chroma_8x8 mode:vertical ,described in sec 8.3.4.3
401 * Perform Intra prediction for chroma_8x8 mode:PLANE
404 * Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 55 int need_resync; // wait for key/intra-only frame
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
viddec_mpeg2.h 138 /* 0-15: Intra Quantization Matrix */
139 /* 16-31: Non-Intra Quantization Matrix */
140 /* 32-47: Chroma Intra Quantization Matrix */
141 /* 48-63: Chroma Non-Intra Quantization Matrix */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 110 int loadIntraQuantMat; /* Load intra quantization matrix */
112 int iqmat[64]; /* Intra quant.matrix */
113 int niqmat[64]; /* Non-intra quant.matrix */
150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
255 int intra_acdcPredDisable; /* VOL disable INTRA DC prediction */
  /external/libavc/common/armv8/
ih264_intra_pred_luma_8x8_av8.s 26 //* Contains function definitions for intra 8x8 Luma prediction .
70 //* Perform Intra prediction for luma_8x8 mode:vertical
73 //* Perform Intra prediction for luma_8x8 mode:vertical ,described in sec 8.3.2.2.2
148 //* Perform Intra prediction for luma_8x8 mode:horizontal
151 //* Perform Intra prediction for luma_8x8 mode:horizontal ,described in sec 8.3.2.2.2
253 //* Perform Intra prediction for luma_8x8 mode:DC
256 //* Perform Intra prediction for luma_8x8 mode:DC ,described in sec 8.3.2.2.3
420 //* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left
423 //* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left ,described in sec 8.3.2.2.4
522 //* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Righ
    [all...]

Completed in 394 milliseconds

1 23 4 5 6 7 8 91011>>