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

<<11121314151617181920>>

  /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...]
  /prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /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
op_sput.S 11 movl %eax, OUT_ARG0(%esp) # field ref BBBB

Completed in 890 milliseconds

<<11121314151617181920>>