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.S31 .word WidthIs2MVIsNotZero-(P0+8), WidthIs2MVIsNotZero-(P0+8)
32 .word WidthIs4MVIsNotZero-(P0+8), WidthIs4MVIsNotZero-(P0+8)
33 .word WidthIs8MVIsNotZero-(P0+8)
36 .word WidthIs2MVIsZero-(P0+8), WidthIs2MVIsZero-(P0+8)
37 .word WidthIs4MVIsZero-(P0+8), WidthIs4MVIsZero-(P0+8)
38 .word WidthIs8MVIsZero-(P0
65 P0: ADD pc,r11 label
[all...]
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S51 P0: add r5, pc label
72 .word armVCM4P10_QPDivTable-(P0+8)
H A DomxVCM4P10_PredictIntra_4x4_s.S31 .word OMX_VC_4x4_VERT-(P0+8), OMX_VC_4x4_HOR-(P0+8)
32 .word OMX_VC_4x4_DC-(P0+8), OMX_VC_4x4_DIAG_DL-(P0+8)
33 .word OMX_VC_4x4_DIAG_DR-(P0+8), OMX_VC_4x4_VR-(P0+8)
34 .word OMX_VC_4x4_HD-(P0+8), OMX_VC_4x4_VL-(P0+8)
35 .word OMX_VC_4x4_HU-(P0+8)
46 P0 label
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S35 P0: ADD r2, pc label
79 .word armVCM4P10_QPDivTable-(P0+8)
H A DomxVCM4P10_PredictIntraChroma_8x8_s.S30 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
31 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
49 P0: ADD pc,r8 label
H A DomxVCM4P10_PredictIntra_16x16_s.S34 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
35 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
56 P0: ADD pc,r9 label
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S45 P0: ADD r11, pc label
137 .word armVCM4P10_QPModuloTable-(P0+8)
H A DarmVCM4P10_DecodeCoeffsToPair_s.S52 P0: ADD r6, pc label
308 .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 64 milliseconds