HomeSort by relevance Sort by last modified time
    Searched defs:iFrameHeight (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 45 iFrameHeight RN 2
88 MLA pBottom,iFrameHeight,iPlaneStep,pSrcDstPlane
102 ;// pSrcDstPlane [x] and pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x]
112 ;// pSrcDstPlane [(iFrameHeight - 1) * iPlaneStep + x] is simplified as:
113 ;// pSrcDstPlane + (iFrameHeight * iPlaneStep) - iPlaneStep + x ==
143 ADD y,iFrameHeight,iExpandPels,LSL #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 41 iFrameHeight RN 2
75 SUB Temp, iFrameHeight, #1 ;// H-1
183 SUB iFrameHeight, iFrameHeight, #1
199 SUBS iFrameHeight, iFrameHeight, #1
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 153 /** Specifies the height in pixels of the encoded frames. IFrameHeight[0] is for
154 base layer and iFrameHeight[1] is for enhanced layer. */
155 int iFrameHeight[MAX_LAYER];
271 int32 iFrameHeight;

Completed in 1727 milliseconds