HomeSort by relevance Sort by last modified time
    Searched refs:bS (Results 1 - 15 of 15) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
101 * column in the table. Indexing goes as tc0[indexA][bS] */
171 static u32 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bs, u32 flags);
173 static void FilterLuma(u8 *data, bS_t *bS, edgeThreshold_t *thresholds,
176 static void FilterChroma(u8 *cb, u8 *cr, bS_t *bS, edgeThreshold_t *thresholds,
179 static void FilterVerLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
181 static void FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
183 static void FilterHorLuma( u8 *data, u32 bS, edgeThreshold_t *thresholds,
186 static void FilterVerChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
188 static void FilterHorChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 39 * [in] bS deblocking strength
51 int bS, /* deblocking strength */
58 if (bS==0)
82 if (bS < 4)
122 else /* bS==4 */
147 DEBUG_PRINTF_13("DeBlockPixel: %02x %02x %02x %02x | %02x %02x %02x %02x bS=%d -> %02x %02x %02x %02x\n",
148 p3, p2, p1, p0, q0, q1, q2, q3, bS,
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c 407 M4OSA_ERR NSWAVCMCS_initBitstream( NSWAVC_bitStream_t_MCS *bS )
409 bS->bitPos = 0;
410 bS->byteCnt = 0;
411 bS->currBuff = 0;
412 bS->prevByte = 0xff;
413 bS->prevPrevByte = 0xff;
418 M4OSA_ERR NSWAVCMCS_putBits( NSWAVC_bitStream_t_MCS *bS, M4OSA_UInt32 value,
434 if( 32 > (length + bS->bitPos) )
436 bS->bitPos += length;
437 bS->currBuff |= maskedValue << (32 - bS->bitPos)
739 ComBitStreamMCS_t *p_bs, bs; local
1290 ComBitStreamMCS_t *p_bs, bs; local
1749 ComBitStreamMCS_t *p_bs, bs; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 36 bS RN 10
134 LDRH bS, [pBS], #2
139 CMP bS, #0
157 TST bS, #0xff00
159 TST bS, #0xff
161 TST bS, #4
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 41 bS RN 2
173 LDRB bS, [pBS], #1
176 CMP bS, #0
183 CMP bS, #4
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 37 bS RN 2
160 LDRH bS, [pBS], #8
164 CMP bS, #0
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 39 bS RN 2
238 LDRB bS, [pBS], #4
241 CMP bS, #0
256 CMP bS, #4
armVCM4P10_DeblockingLuma_unsafe_s.s 32 bS RN 14
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 810 * [in] bS deblocking strength
822 int bS, /* deblocking strength */
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 810 * [in] bS deblocking strength
822 int bS, /* deblocking strength */
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 810 * [in] bS deblocking strength
822 int bS, /* deblocking strength */
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]
host_arm_defs.c     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 4204 milliseconds