Searched refs:negative (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | vp8_variance16x16_armv6.asm | 48 sel r6, r9, lr ; select bytes with negative difference 52 usad8 r5, r6, lr ; calculate sum of negative differences 56 subs r8, r8, r5 ; subtract negative differences from sum 71 sel r6, r9, lr ; select bytes with negative difference 75 usad8 r5, r6, lr ; calculate sum of negative differences 80 sub r8, r8, r5 ; subtract negative differences from sum 95 sel r6, r9, lr ; select bytes with negative difference 99 usad8 r5, r6, lr ; calculate sum of negative differences 104 sub r8, r8, r5 ; subtract negative differences from sum 121 sel r6, r9, lr ; select bytes with negative difference [all …]
|
D | vp8_variance_halfpixvar16x16_h_armv6.asm | 53 sel r6, r6, lr ; select bytes with negative difference 57 usad8 r5, r6, lr ; calculate sum of negative differences 61 subs r8, r8, r5 ; subtract negative differences from sum 83 sel r6, r6, lr ; select bytes with negative difference 87 usad8 r5, r6, lr ; calculate sum of negative differences 92 sub r8, r8, r5 ; subtract negative differences from sum 114 sel r6, r6, lr ; select bytes with negative difference 118 usad8 r5, r6, lr ; calculate sum of negative differences 123 sub r8, r8, r5 ; subtract negative differences from sum 147 sel r6, r6, lr ; select bytes with negative difference [all …]
|
D | vp8_variance_halfpixvar16x16_v_armv6.asm | 54 sel r6, r6, lr ; select bytes with negative difference 58 usad8 r5, r6, lr ; calculate sum of negative differences 62 subs r8, r8, r5 ; subtract negative differences from sum 84 sel r6, r6, lr ; select bytes with negative difference 88 usad8 r5, r6, lr ; calculate sum of negative differences 93 sub r8, r8, r5 ; subtract negative differences from sum 115 sel r6, r6, lr ; select bytes with negative difference 119 usad8 r5, r6, lr ; calculate sum of negative differences 124 sub r8, r8, r5 ; subtract negative differences from sum 148 sel r6, r6, lr ; select bytes with negative difference [all …]
|
D | vp8_variance_halfpixvar16x16_hv_armv6.asm | 64 sel r6, r6, lr ; select bytes with negative difference 68 usad8 r5, r6, lr ; calculate sum of negative differences 72 subs r8, r8, r5 ; subtract negative differences from sum 105 sel r6, r6, lr ; select bytes with negative difference 109 usad8 r5, r6, lr ; calculate sum of negative differences 114 sub r8, r8, r5 ; subtract negative differences from sum 147 sel r6, r6, lr ; select bytes with negative difference 151 usad8 r5, r6, lr ; calculate sum of negative differences 156 sub r8, r8, r5 ; subtract negative differences from sum 189 sel r6, r6, lr ; select bytes with negative difference [all …]
|
D | vp8_variance8x8_armv6.asm | 46 sel r8, r9, lr ; select bytes with negative difference 50 usad8 r7, r8, lr ; calculate sum of negative differences 54 sub r4, r4, r7 ; subtract negative differences from sum 71 sel r8, r9, lr ; select bytes with negative difference 75 usad8 r7, r8, lr ; calculate sum of negative differences 80 sub r4, r4, r7 ; subtract negative differences from sum
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_mse16x16_armv6.asm | 49 sel r8, r9, lr ; select bytes with negative difference 53 usad8 r6, r8, lr ; calculate sum of negative differences 70 sel r8, r9, lr ; select bytes with negative difference 74 usad8 r6, r8, lr ; calculate sum of negative differences 89 sel r8, r9, lr ; select bytes with negative difference 93 usad8 r6, r8, lr ; calculate sum of negative differences 112 sel r8, r9, lr ; select bytes with negative difference 116 usad8 r6, r8, lr ; calculate sum of negative differences
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | subpixel_mmx.asm | 43 movq mm1, [rdx + 16] ; do both the negative taps first!!! 141 movq mm1, [rbx + 16] ; do both the negative taps first!!!
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative 173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 180 ; do the stores in reverse order with negative post-increment, by changing
|
D | vp9_iht4x4_add_neon.asm | 227 ; do the stores in reverse order with negative post-increment, by changing
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 70 ; our constant had the high bit set, and was treated as a negative value.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 75 vmuleub v18, \P1, v1 ;# 2 negative taps 97 vmuleub v23, \P1, v14 ;# 2 negative taps
|
D | loopfilter_filters_altivec.asm | 351 ;# exploit the saturation here. if the answer is negative
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1973 std::string negative; in FilterMatchesTest() local 1976 negative = ""; in FilterMatchesTest() 1979 negative = std::string(dash + 1); // Everything after the dash in FilterMatchesTest() 1989 !MatchesFilter(full_name, negative.c_str())); in FilterMatchesTest()
|