HomeSort by relevance Sort by last modified time
    Searched refs:x8 (Results 226 - 250 of 2404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audioflinger/
FastCaptureState.h 43 READ = 0x8, // read from input source
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
coda_psdev.h 25 #define REQ_ABORT 0x8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coda_psdev.h 25 #define REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
coda_psdev.h 41 #define CODA_REQ_ABORT 0x8
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_devgroup.h 27 XT_DEVGROUP_INVERT_DST = 0x8,
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class2.s 59 //x8=> ht
80 MOV x17,x8 // ht
103 SUB x10,x8,#1 //ht-1
154 SUB x11,x8,#1 //ht - 1
195 MOV x12,x8 //Move ht
229 CMP x8,#4 //Compare ht with 4
240 csel x8, x20, x8,NE //au1_mask = vsetq_lane_s8(-1, au1_mask, 0)
253 csel x8, x20, x8,E
    [all...]
ihevc_inter_pred_luma_copy.s 84 // stmfd sp!, {x8-x16, lr} //stack stores the values of the arguments
97 subs x8,x16,#0 //checks wd == 0
109 subs x8,x8,#4 //(wd -4)
124 // ldmfd sp!,{x8-x16,pc} //reload the registers from sp
135 subs x8,x16,#0 //checks wd
145 subs x8,x8,#8 //wd - 8(loop condition)
158 // ldmfd sp!,{x8-x16,pc} //reload the registers from sp
168 subs x8,x16,#0 //checks w
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 61 //x8=> ht
75 ldr x8,[sp,#0]
92 mov x22,x8 // *pi1_sao_offset_u 0x38
114 SUB x10,x8,#1 //ht-1
205 SUB x11,x8,#1 //ht - 1
285 MOV x12,x8 //Move ht
318 CMP x8,#4 //Compare ht with 4
329 csel x8, x20, x8,NE
350 csel x8, x20, x8,E
    [all...]
ihevc_intra_pred_filters_luma_mode_19_to_25.s 116 adrp x8, :got:gai4_ihevc_inv_ang_table
117 ldr x8, [x8, #:got_lo12:gai4_ihevc_inv_ang_table]
120 add x8, x8, x5, lsl #2 //gai4_ihevc_inv_ang_table
121 sub x8, x8, #48 //gai4_ihevc_inv_ang_table[mode - 12]
127 ldr w8, [x8] //inv_ang
128 sxtw x8,w8
203 add x7, x7, x8 //inv_ang_sum += inv_an
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
562 x7 = (x8 - (W3 + W5) * x7) >> 3;
565 x8 = x0 + x1;
576 x7 = x8 + x3;
577 x8 -= x3
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/pcre/dist/
CleanTxt 17 s/.\x8//g; # Remove "char, backspace"
66 $next[$i] =~ s/.\x8//g; # Remove "char, backspace"
88 $next[$i] =~ s/.\x8//g;
  /bionic/libc/kernel/uapi/asm-x86/asm/
debugreg.h 31 #define DR_TRAP3 (0x8)
46 #define DR_LEN_8 (0x8)
  /bionic/libc/kernel/uapi/linux/
parport.h 36 #define PARPORT_CONTROL_SELECT 0x8
37 #define PARPORT_STATUS_ERROR 0x8
  /development/ndk/platforms/android-L/arch-x86/include/asm/
debugreg.h 31 #define DR_TRAP3 (0x8)
46 #define DR_LEN_8 (0x8)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
debugreg.h 31 #define DR_TRAP3 (0x8)
46 #define DR_LEN_8 (0x8)

Completed in 964 milliseconds

1 2 3 4 5 6 7 8 91011>>