HomeSort by relevance Sort by last modified time
    Searched refs:op3 (Results 26 - 50 of 61) sorted by null

12 3

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 371 static INLINE void vp9_mbfilter_dspr2(uint32_t *op3, uint32_t *op2,
376 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
528 uint32_t *op3, uint32_t *op2,
535 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
611 /* *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 +
659 *op3 = res_op3;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 371 static INLINE void vp9_mbfilter_dspr2(uint32_t *op3, uint32_t *op2,
376 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
528 uint32_t *op3, uint32_t *op2,
535 const uint32_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
611 /* *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 +
659 *op3 = res_op3;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 177 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3)
179 return IRExpr_Triop(kind, op1, op2, op3);
184 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4)
186 return IRExpr_Qop(kind, op1, op2, op3, op4);
2642 IRTemp op3 = newTemp(Ity_I32); local
2658 IRTemp op3 = newTemp(Ity_I64); local
2772 IRTemp op3 = newTemp(Ity_I32); local
2789 IRTemp op3 = newTemp(Ity_I64); local
2906 IRTemp op3 = newTemp(Ity_I32); local
2922 IRTemp op3 = newTemp(Ity_I32); local
3003 IRTemp op3 = newTemp(Ity_I32); local
3019 IRTemp op3 = newTemp(Ity_I64); local
3133 IRTemp op3 = newTemp(Ity_I32); local
3149 IRTemp op3 = newTemp(Ity_I32); local
3277 IRTemp op3 = newTemp(Ity_I32); local
3294 IRTemp op3 = newTemp(Ity_I64); local
3375 IRTemp op3 = newTemp(Ity_I32); local
3391 IRTemp op3 = newTemp(Ity_I64); local
5185 IRTemp op3 = newTemp(Ity_I32); local
5201 IRTemp op3 = newTemp(Ity_I64); local
5646 IRTemp op3 = newTemp(Ity_I32); local
5680 IRTemp op3 = newTemp(Ity_I64); local
5714 IRTemp op3 = newTemp(Ity_I32); local
5744 IRTemp op3 = newTemp(Ity_I64); local
6922 IRTemp op3 = newTemp(Ity_I32); local
6938 IRTemp op3 = newTemp(Ity_I64); local
8182 IRTemp op3 = newTemp(Ity_I32); local
8198 IRTemp op3 = newTemp(Ity_I64); local
8310 IRTemp op3 = newTemp(Ity_I32); local
8326 IRTemp op3 = newTemp(Ity_I32); local
8390 IRTemp op3 = newTemp(Ity_I32); local
8406 IRTemp op3 = newTemp(Ity_I64); local
8520 IRTemp op3 = newTemp(Ity_I32); local
8536 IRTemp op3 = newTemp(Ity_I32); local
11784 IRTemp op3 = newTemp(Ity_I32); local
11832 IRTemp op3 = newTemp(Ity_I64); local
    [all...]
host_s390_isel.c 2303 HReg op1, op2, op3, dst; local
3095 HReg op3; local
3189 HReg op2, op3, dst; local
3848 HReg op3 = s390_isel_int_expr(env, cas->dataLo); \/* new value *\/ local
    [all...]
  /art/compiler/dex/quick/
mir_to_lir-inl.h 45 int op1, int op2, int op3, int op4, LIR* target) {
52 insn->operands[3] = op3;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter_filters.c 157 uint8_t *op3, uint8_t *op2,
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
235 uint8_t *op3, uint8_t *op2,
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
255 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c 157 uint8_t *op3, uint8_t *op2,
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
235 uint8_t *op3, uint8_t *op2,
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
255 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c 157 uint8_t *op3, uint8_t *op2,
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
235 uint8_t *op3, uint8_t *op2,
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0;
255 *op3 = ROUND_POWER_OF_TWO(p7 * 4 + p6 + p5 + p4 + p3 * 2 + p2 + p1 + p0 +
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission_unittest.cc 139 const CheckFormatEntry& op3,
146 CheckFormatEntry entries[] = {op1, op2, op3, op4, op5, op6, op7, op8, op9};
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_kgsl.h 292 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_kgsl.h 368 unsigned int op3; member in struct:kgsl_cff_user_event
  /ndk/sources/host-tools/nawk-20071023/
parse.c 150 Node *op3(int a, Node *b, Node *c, Node *d) function
proto.h 85 extern Node *op3(int, Node *, Node *, Node *);
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 189 ContentProviderOperation op3 = ContentProviderOperation.newAssertQuery(sTestUri1) local
194 ContentProviderResult result = op3.apply(new TestContentProvider() {
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_kgsl.h 337 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_kgsl.h 337 unsigned int op3; member in struct:kgsl_cff_user_event
  /external/vixl/src/a64/
simulator-a64.cc     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 427 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_kgsl.h 389 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 521 unsigned int op3; member in struct:kgsl_cff_user_event
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 427 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_kgsl.h 366 unsigned int op3; member in struct:kgsl_cff_user_event
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 460 unsigned int op3; member in struct:kgsl_cff_user_event
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 98 vst1.u8 {d26}, [r8@64], r1 ; store op3
534 vbif d26, d4, d17 ; op3 |= p3 & ~(f2 & f & m)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 98 vst1.u8 {d26}, [r8@64], r1 ; store op3
534 vbif d26, d4, d17 ; op3 |= p3 & ~(f2 & f & m)

Completed in 1280 milliseconds

12 3