Searched refs:P0 (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_Interpolate_Chroma_s.S16 .word WidthIs2MVIsNotZero-(P0+8), WidthIs2MVIsNotZero-(P0+8)
17 .word WidthIs4MVIsNotZero-(P0+8), WidthIs4MVIsNotZero-(P0+8)
18 .word WidthIs8MVIsNotZero-(P0+8)
21 .word WidthIs2MVIsZero-(P0+8), WidthIs2MVIsZero-(P0+8)
22 .word WidthIs4MVIsZero-(P0+8), WidthIs4MVIsZero-(P0+8)
23 .word WidthIs8MVIsZero-(P0
50 P0: ADD pc,r11 label
[all...]
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S36 P0: add r5, pc label
57 .word armVCM4P10_QPDivTable-(P0+8)
H A DomxVCM4P10_PredictIntra_4x4_s.S16 .word OMX_VC_4x4_VERT-(P0+8), OMX_VC_4x4_HOR-(P0+8)
17 .word OMX_VC_4x4_DC-(P0+8), OMX_VC_4x4_DIAG_DL-(P0+8)
18 .word OMX_VC_4x4_DIAG_DR-(P0+8), OMX_VC_4x4_VR-(P0+8)
19 .word OMX_VC_4x4_HD-(P0+8), OMX_VC_4x4_VL-(P0+8)
20 .word OMX_VC_4x4_HU-(P0+8)
31 P0 label
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S20 P0: ADD r2, pc label
64 .word armVCM4P10_QPDivTable-(P0+8)
H A DomxVCM4P10_PredictIntraChroma_8x8_s.S15 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
16 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
34 P0: ADD pc,r8 label
H A DomxVCM4P10_PredictIntra_16x16_s.S20 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
21 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
42 P0: ADD pc,r9 label
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S30 P0: ADD r11, pc label
122 .word armVCM4P10_QPModuloTable-(P0+8)
H A DarmVCM4P10_DecodeCoeffsToPair_s.S21 P0: ADD r6, pc label
277 .word armVCM4P10_CAVLCCoeffTokenTables-(P0+8)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; local
859 P0 = ((P_I + P_J + 1) >> 1);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1059 P0 = P_X + P_A + 1;
1062 P1 = (P0 + Q0) >> 2;
1066 P0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1076 temp |= (R0 << 16); //[P2 P0 Q
[all...]

Completed in 421 milliseconds