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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c54 * [in] bS deblocking strength
66 int bS, /* deblocking strength */
73 if (bS==0)
97 if (bS < 4)
137 else /* bS==4 */
162 DEBUG_PRINTF_13("DeBlockPixel: %02x %02x %02x %02x | %02x %02x %02x %02x bS=%d -> %02x %02x %02x %02x\n",
163 p3, p2, p1, p0, q0, q1, q2, q3, bS,
60 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.s46 bS RN 14 label
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s50 bS RN 10 label
148 LDRH bS, [pBS], #2
153 CMP bS, #0
171 TST bS, #0xff00
173 TST bS, #0xff
175 TST bS, #4
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s51 bS RN 2 label
174 LDRH bS, [pBS], #8
178 CMP bS, #0
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s55 bS RN 2 label
187 LDRB bS, [pBS], #1
190 CMP bS, #0
197 CMP bS, #4
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s53 bS RN 2 label
252 LDRB bS, [pBS], #4
255 CMP bS, #0
270 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...]

Completed in 111 milliseconds