Searched refs:filt (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.cpp419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */
477 if (filt > 5443) /* 5443 Q13 = 0.66443... */
483 if (filt < 0)
488 { /* result = 0.5 - 0.75257499*filt */
489 /* result (Q15) = 16384 - 24660 * (filt << 2) */
490 filt = shl(filt, 2, pOverflow); /* Q15 */
491 result = mult(24660, filt, pOverflow);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s61 filt RN 2 label
156 MOV filt, m01
158 MOVEQ filt, filt, LSR #16
160 MOVEQ filt, filt, LSL #16
169 SEL filt, m00, filt
176 SEL filt, m00, filt
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s85 filt RN 2 label
240 MOV filt, m01
242 MOVEQ filt, filt, LSL #16
244 MOVEQ filt, filt, LSR #16
251 SEL filt, m00, filt
258 SEL filt, m00, filt
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s72 filt RN 2 label
195 SEL filt, m00, m01
202 SEL filt, m00, filt
209 SEL filt, m00, filt
216 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
229 SEL t1, t7, filt ;// aqflg = filt
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s98 filt RN 2 label
292 SEL filt, m00, m01
299 SEL filt, m00, filt
306 SEL filt, m00, filt
313 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
327 SEL t1, t7, filt ;// aqflg = filt
[all...]
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s52 filt RN 2 label
110 ;// - 2 - filt, 0 - apflg, 6 - aqflg
150 USUB8 t5, filt, m01
174 USUB8 t1, filt, m01
218 ;// - 2 - filt, 0 - apflg,aqflg
297 USUB8 t4, filt, m01
353 USUB8 t10, filt, m01

Completed in 89 milliseconds