]> granicus.if.org Git - libvpx/commitdiff
Merge "Avoid text relocations in ARM vp8 decoder"
authorJohann <johannkoenig@google.com>
Tue, 28 Jun 2011 23:34:10 +0000 (16:34 -0700)
committerCode Review <code-review@webmproject.org>
Tue, 28 Jun 2011 23:34:10 +0000 (16:34 -0700)
1  2 
vp8/common/arm/armv6/sixtappredict8x4_v6.asm

index 3fda1cefa0234a9d5d5081a0da4d90e736d85f22,c8399d2c2f5731028a497628e30f03b0b5c4bcd8..e81aef53d5146a285582550b2d27538ed8d4ffea
      beq         skip_firstpass_filter
  
  ;first-pass filter
-     ldr         r12, _filter8_coeff_
+     adr         r12, filter8_coeff
      sub         r0, r0, r1, lsl #1
  
 +    add         r3, r1, #10                 ; preload next low
 +    pld         [r0, r3]
 +
      add         r2, r12, r2, lsl #4         ;calculate filter location
      add         r0, r0, #3                  ;adjust src only for loading convinience