[arm] arm 32 어 셈 블 리 예시 데모 작성

Date: 2018.7.22
VP9 의 수평 플러그 인 함 수 를 예 로 들 면:
C 실현: convolvehoriz
static void convolve_horiz(const uint8_t *src, ptrdiff_t src_stride,
                           uint8_t *dst, ptrdiff_t dst_stride,
                           const InterpKernel *x_filters,
                           int x0_q4, int x_step_q4, int w, int h) {
  int x, y;
  src -= SUBPEL_TAPS / 2 - 1;
  for (y = 0; y < h; ++y) {
    int x_q4 = x0_q4;
    

좋은 웹페이지 즐겨찾기