HomeSort by relevance Sort by last modified time
    Searched refs:Decrement (Results 1 - 18 of 18) sorted by null

  /external/libhevc/common/arm/
ihevc_sao_band_offset_luma.s 88 SUBS r9,r9,#1 @Decrement the loop counter
113 SUBS r9,r9,#8 @Decrement the loop counter by 8
215 SUBS r11,r11,#4 @Decrement the ht loop count by 4
225 SUBS r7,r7,#8 @Decrement the width loop by 8
ihevc_sao_edge_offset_class0.s 107 SUBS r12,r12,#8 @Decrement the loop counter by 8
164 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd
182 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd
193 SUBS r4,r4,#1 @Decrement row by 1
258 SUBS r8,r8,#16 @Decrement column by 16
336 SUBS r4,r4,#1 @Decrement row by 1
ihevc_sao_band_offset_chroma.s 93 SUBS r11,r11,#1 @Decrement the loop counter
119 SUBS r11,r11,#8 @Decrement the loop counter by 8
313 SUBS r11,r11,#4 @Decrement the ht loop count by 4
330 SUB r9,r9,#16 @Decrement the width loop by 16
374 SUBS r10,r10,#4 @Decrement the ht loop count by 4
ihevc_sao_edge_offset_class0_chroma.s 109 SUBS r12,r12,#8 @Decrement the loop counter by 8
264 SUBS r4,r4,#1 @Decrement row by 1
276 SUBS r8,r8,#16 @Decrement column by 16
356 SUB r4,r4,#1 @II Decrement row by 1
414 SUBS r4,r4,#1 @Decrement row by 1
ihevc_sao_edge_offset_class1.s 89 SUBS r12,#1 @Decrement the loop count
213 SUBS r11,r11,#2 @II Decrement the ht loop count by 1
255 SUBS r7,r7,#16 @Decrement the wd loop count by 16
333 SUBS r11,r11,#2 @Decrement the ht loop count by 1
ihevc_sao_edge_offset_class1_chroma.s 93 SUBS r14,#1 @Decrement the loop count
226 SUBS r11,r11,#2 @II Decrement the ht loop count by 1
273 SUBS r8,r8,#16 @Decrement the wd loop count by 16
364 SUBS r11,r11,#2 @Decrement the ht loop count by 1
ihevc_sao_edge_offset_class2_chroma.s 105 SUB sp,sp,#0xD4 @Decrement the stack pointer to store some temp arr values
114 SUBS r9,r9,#8 @Decrement the loop count by 8
348 SUBS r4,r4,#1 @decrement the loop count
436 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
481 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
578 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 103 SUB sp,sp,#0xD4 @Decrement the stack pointer to store some temp arr values
112 SUBS r9,r9,#8 @Decrement the loop count by 8
343 SUBS r4,r4,#1 @decrement the loop count
424 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
455 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
567 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
    [all...]
ihevc_sao_edge_offset_class2.s 97 SUB sp,sp,#0x94 @Decrement the stack pointer to store some temp arr values
106 SUBS r9,r9,#8 @Decrement the loop count by 8
261 SUBS r4,r4,#1 @decrement the loop count
323 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
354 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
434 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
515 SUB r6,r6,#16 @Decrement the wd loop count by 16
572 SUBS r4,r4,#1 @decrement the loop count
    [all...]
ihevc_sao_edge_offset_class3.s 95 SUB sp,sp,#0x94 @Decrement the stack pointer to store some temp arr values
104 SUBS r9,r9,#8 @Decrement the loop count by 8
268 SUBS r4,r4,#1 @decrement the loop count
338 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
353 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
400 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
545 SUBS r6,r6,#16 @Decrement the wd loop count by 16
594 SUBS r4,r4,#1 @decrement the loop count
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 248 * Decrement the value in the stencil buffer and clamp once reaching 0.
250 Decrement,
252 * Decrement the value in the stencil buffer and wrap to the maximum
    [all...]
  /external/v8/src/
counters.h 121 void Decrement() {
126 void Decrement(int value) {
global-handles.cc 394 global_handles->isolate()->counters()->global_handles()->Decrement();
objects.cc     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
spaces.cc 303 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
325 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
738 isolate_->counters()->memory_allocated()->Decrement(static_cast<int>(size));
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 673 case Decrement:
    [all...]
  /external/valgrind/none/tests/arm/
vfp.stdout.exp     [all...]

Completed in 853 milliseconds