Searched defs:bS (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c39 * [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,
45 armVCM4P10_DeBlockPixel( OMX_U8 *pQ0, int Step, int tC0, int alpha, int beta, int bS, int ChromaFlag ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s32 bS RN 14 label
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s36 bS RN 10 label
134 LDRH bS, [pBS], #2
139 CMP bS, #0
157 TST bS, #0xff00
159 TST bS, #0xff
161 TST bS, #4
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s37 bS RN 2 label
160 LDRH bS, [pBS], #8
164 CMP bS, #0
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s41 bS RN 2 label
173 LDRB bS, [pBS], #1
176 CMP bS, #0
183 CMP bS, #4
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s39 bS RN 2 label
238 LDRB bS, [pBS], #4
241 CMP bS, #0
256 CMP bS, #4
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c89 * column in the table. Indexing goes as tc0[indexA][bS-1] */
101 * column in the table. Indexing goes as tc0[indexA][bS] */
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,
190 static void FilterHorChroma( u8 *data, u32 bS, edgeThreshold_
586 bS_t bS[16]; local
649 FilterVerLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, u32 imageWidth) argument
760 FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 imageWidth) argument
829 FilterHorLuma( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 imageWidth) argument
942 FilterVerChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, u32 width) argument
1017 FilterHorChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 width) argument
1065 FilterHorChroma( u8 *data, u32 bS, edgeThreshold_t *thresholds, i32 width) argument
1134 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bS, u32 flags) argument
1542 FilterLuma( u8 *data, bS_t *bS, edgeThreshold_t *thresholds, u32 width) argument
1624 FilterChroma( u8 *dataCb, u8 *dataCr, bS_t *bS, edgeThreshold_t *thresholds, u32 width) argument
1778 u8 bS[2][16]; local
1882 GetBoundaryStrengths(mbStorage_t *mb, u8 (*bS)[16], u32 flags) argument
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c407 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, argument
434 if( 32 > (length + bS->bitPos) )
436 bS->bitPos += length;
437 bS
516 NSWAVCMCS_putBit( NSWAVC_bitStream_t_MCS *bS, M4OSA_UInt32 value ) argument
664 NSWAVCMCS_uExpVLC( NSWAVC_bitStream_t_MCS *bS, M4OSA_Int32 codeNum ) argument
694 NSWAVCMCS_sExpVLC( NSWAVC_bitStream_t_MCS *bS, M4OSA_Int32 codeNum ) argument
[all...]

Completed in 3223 milliseconds