HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 351 - 375 of 3257) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 99 below1_in, below2_in, ref, out) \
109 temp0 = (temp0 < ref); \
110 temp1 = (temp1 < ref); \
113 temp1 = (temp1 < ref); \
116 temp1 = (temp1 < ref); \
202 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local
208 ref = LD_UB(f);
212 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0);
214 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1);
216 VP8_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2)
370 v16u8 src, ref, ref_temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 414 \param "ref" "Pointer to the origin of a reference luma."
425 void eLumaMotionComp(uint8 *ref, int picwidth, int picheight,
455 void eChromaMotionComp(uint8 *ref, int picwidth, int picheight,
627 \param "ncand" "Pointer to the full-pel center position in ref frame."
628 \param "lx" "Pitch of the ref frame."
636 \param "ref" "Pointer to the starting reference pixel."
639 void VertInterpWClip(uint8 *dst, uint8 *ref);
    [all...]
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 249 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) {
255 ref->buffer = buf;
256 ref->begin = 0;
257 ref->length = size;
258 ref->next = NULL;
260 oggpack_readinit(bits, ref);
286 ogg_reference ref; local
291 &buf, &ref, &bits);
379 ogg_reference ref; local
380 ref.buffer = &buf
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 195 &stats->ref[INTRA_FRAME].m.mode);
198 stats->ref[INTRA_FRAME].err = intra_error;
207 &stats->ref[GOLDEN_FRAME].m.mv,
209 stats->ref[GOLDEN_FRAME].err = g_motion_error;
211 stats->ref[GOLDEN_FRAME].err = INT_MAX;
212 stats->ref[GOLDEN_FRAME].m.mv.as_int = 0;
215 // Do an Alt-ref frame MV search, if it exists and is different than
222 &stats->ref[ALTREF_FRAME].m.mv);
224 stats->ref[ALTREF_FRAME].err = a_motion_error;
226 stats->ref[ALTREF_FRAME].err = INT_MAX
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_variance_sse2.c 15 const uint16_t *ref, int ref_stride,
19 const uint16_t *ref, int ref_stride,
23 const uint16_t *ref, int ref_stride,
27 const uint16_t *ref, int ref_stride,
40 ref + ref_stride * i + j, ref_stride, &sse0, &sum0);
48 const uint16_t *ref, int ref_stride,
60 ref + ref_stride * i + j, ref_stride, &sse0, &sum0);
70 const uint16_t *ref, int ref_stride,
82 ref + ref_stride * i + j, ref_stride, &sse0, &sum0);
97 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8);
184 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
195 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
206 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
217 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
228 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
239 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_quarter.s 32 ref RN 0 label
125 ADD ref,sp,#0x28 ;// ref = p1
134 ADD ref, ref, tmp6 ;// ref += y0*width+x0
151 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
152 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
153 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
154 LDR tmp4, [ref], width ;// |m4|m3|m2|m1
    [all...]
  /external/v8/test/mjsunit/
debug-backtrace.js 115 assertEquals("f", response.lookup(frames[0].func.ref).name);
117 assertEquals("", response.lookup(frames[1].func.ref).name);
118 assertEquals("m", response.lookup(frames[1].func.ref).inferredName);
120 assertEquals("g", response.lookup(frames[2].func.ref).name);
122 assertEquals("", response.lookup(frames[3].func.ref).name);
138 assertEquals("", response.lookup(frames[0].func.ref).name);
139 assertEquals("m", response.lookup(frames[0].func.ref).inferredName);
141 assertEquals("g", response.lookup(frames[1].func.ref).name);
156 assertEquals("g", response.lookup(frames[0].func.ref).name);
158 assertEquals("", response.lookup(frames[1].func.ref).name)
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher.cc 63 MethodReference ref) {
64 auto it = map.find(ref);
  /art/runtime/gc/
reference_queue.h 46 // Used to temporarily store java.lang.ref.Reference(s) during GC and prior to queueing on the
47 // appropriate java.lang.ref.ReferenceQueue. The linked list is maintained as an unordered,
48 // circular, and singly-linked list using the pendingNext fields of the java.lang.ref.Reference
57 void AtomicEnqueueIfNotEnqueued(Thread* self, mirror::Reference* ref)
62 void EnqueueReference(mirror::Reference* ref) SHARED_REQUIRES(Locks::mutator_lock_);
  /art/runtime/interpreter/mterp/arm/
op_array_length.S 6 GET_VREG r0, r1 @ r0<- vB (object ref)
op_iput.S 10 FETCH r0, 1 @ r0<- field ref CCCC
op_iput_wide.S 4 FETCH r0, 1 @ r0<- field ref CCCC
op_sget.S 11 FETCH r0, 1 @ r0<- field ref BBBB
  /art/runtime/interpreter/mterp/mips/
op_array_length.S 6 GET_VREG(a0, a1) # a0 <- vB (object ref)
op_sget.S 10 FETCH(a0, 1) # a0 <- field ref BBBB
op_sget_wide.S 7 FETCH(a0, 1) # a0 <- field ref BBBB
op_sput.S 9 FETCH(a0, 1) # a0 <- field ref BBBB
op_sput_wide.S 7 FETCH(a0, 1) # a0 <- field ref CCCC
  /art/runtime/interpreter/mterp/mips64/
op_array_length.S 5 GET_VREG_U a0, a1 # a0 <- vB (object ref)
op_iput.S 10 lhu a0, 2(rPC) # a0 <- field ref CCCC
op_iput_wide.S 4 lhu a0, 2(rPC) # a0 <- field ref CCCC
op_sget.S 10 lhu a0, 2(rPC) # a0 <- field ref BBBB
op_sget_wide.S 8 lhu a0, 2(rPC) # a0 <- field ref BBBB
  /art/runtime/interpreter/mterp/x86/
op_sget.S 11 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_sget_wide.S 9 movl %eax, OUT_ARG0(%esp) # field ref CCCC

Completed in 287 milliseconds

<<11121314151617181920>>