Home
last modified time | relevance | path

Searched refs:hor (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_inter_prediction.c520 mv.hor = mv.ver = 0; in MvPrediction16x16()
533 mv.hor += mvPred.hor; in MvPrediction16x16()
537 if ((u32)(i32)(mv.hor+8192) >= (16384)) in MvPrediction16x16()
609 mv.hor += mvPred.hor; in MvPrediction16x8()
613 if ((u32)(i32)(mv.hor+8192) >= (16384)) in MvPrediction16x8()
649 mv.hor += mvPred.hor; in MvPrediction16x8()
653 if ((u32)(i32)(mv.hor+8192) >= (16384)) in MvPrediction16x8()
716 mv.hor += mvPred.hor; in MvPrediction8x16()
720 if ((u32)(i32)(mv.hor+8192) >= (16384)) in MvPrediction8x16()
759 mv.hor += mvPred.hor; in MvPrediction8x16()
[all …]
Dh264bsd_conceal.c260 u32 hor, ver; in ConcealMb() local
337 hor = ver = 0; in ConcealMb()
347 hor++; in ConcealMb()
360 hor++; in ConcealMb()
409 if (!hor && L && R) in ConcealMb()
411 else if (hor) in ConcealMb()
412 firstPhase[1] >>= (3+hor); in ConcealMb()
465 hor = ver = 0; in ConcealMb()
474 hor++; in ConcealMb()
486 hor++; in ConcealMb()
[all …]
Dh264bsd_deblocking.c338 mv1 = mb1->mv[ind1].hor; in InnerBoundaryStrength()
339 mv2 = mb1->mv[ind2].hor; in InnerBoundaryStrength()
370 tmp1 = mb1->mv[ind1].hor; in InnerBoundaryStrength2()
371 tmp2 = mb1->mv[ind2].hor; in InnerBoundaryStrength2()
403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) || in EdgeBoundaryStrength()
437 else if ((ABS(mb1->mv[0].hor - mb2->mv[10].hor) >= 4) || in EdgeBoundaryStrengthTop()
449 else if ((ABS(mb1->mv[1].hor - mb2->mv[11].hor) >= 4) || in EdgeBoundaryStrengthTop()
461 else if ((ABS(mb1->mv[4].hor - mb2->mv[14].hor) >= 4) || in EdgeBoundaryStrengthTop()
471 else if ((ABS(mb1->mv[5].hor - mb2->mv[15].hor) >= 4) || in EdgeBoundaryStrengthTop()
505 else if ((ABS(mb1->mv[0].hor - mb2->mv[5].hor) >= 4) || in EdgeBoundaryStrengthLeft()
[all …]
Dh264bsd_macroblock_layer.h119 i16 hor; member
Dh264bsd_reconstruct.c443 xInt = (xAL >> 1) + (mv->hor >> 3); in PredictChroma()
445 xFrac = mv->hor & 0x7; in PredictChroma()
1852 xFrac = mv->hor & 0x3; in h264bsdPredictSamples()
1858 xInt = (i32)xA + (i32)partX + (mv->hor >> 2); in h264bsdPredictSamples()
2017 xFrac = mv->hor & 0x3; in h264bsdPredictSamples()
2023 xInt = (i32)xA + (i32)partX + (mv->hor >> 2); in h264bsdPredictSamples()
2076 x0 = ((xA + partX) >> 1) + (mv->hor >> 3); in h264bsdPredictSamples()
2078 xFrac = mv->hor & 0x7; in h264bsdPredictSamples()
Dh264bsd_macroblock_layer.c388 pMbPred->mvdL0[j].hor = (i16)itmp; in DecodeMbPred()
485 pSubMbPred->mvdL0[i][j].hor = (i16)itmp; in DecodeSubMbPred()
/frameworks/base/docs/html-intl/intl/pt-br/preview/testing/
Dperformance.jd215 <li>Ao olhar o horário entre isto e ANIMATION_START, é possível medir o tempo que o aplicativo
265 … <li>O horário em que a fase de desenho de performTraversals foi iniciada. Este é o ponto inicial
282 <li>O horário em que a fase de sincronização do desenho foi iniciada.
298 … <li>O horário em que o renderizador de hardware começou a emitir comandos de desenho para a GPU.
310 <li>O horário em que o eglSwapBuffers foi chamado, relativamente desinteressante