Searched refs:reference (Results 1 - 16 of 16) sorted by relevance

/hardware/ril/reference-ril/
H A DAndroid.mk9 reference-ril.c \
45 LOCAL_MODULE:= reference-ril
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_mse16x16_neon.asm38 vld1.8 {q0}, [r0], r1 ;Load up source and reference
85 vld1.8 {d0}, [r0], r1 ;Load up source and reference
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dvariance_neon.asm36 vld1.8 {q0}, [r0], r1 ;Load up source and reference
109 vld1.8 {q0}, [r0], r1 ;Load up source and reference
172 vld1.8 {d0}, [r0], r1 ;Load up source and reference
225 vld1.8 {d0}, [r0], r1 ;Load up source and reference
H A Dvp8_subpixelvariance16x16_neon.asm376 vld1.8 {q0}, [r3]! ;Load up source and reference
H A Dvp8_subpixelvariance16x16s_neon.asm505 vld1.8 {q0}, [r3]! ;Load up source and reference
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsad_test.cc92 const uint8_t* const reference = GetReference(block_idx); local
97 - reference[h * reference_stride_ + w]);
139 const uint8_t* const reference = GetReference(block_idx); local
142 reference, reference_stride_,
244 // The reference frame, but not the source frame, may be unaligned for
255 // The reference frame, but not the source frame, may be unaligned for
291 // value lower than the reference.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm89 ;grab source and reference pixels
179 ;grab source and reference pixels
H A Dquantize_mmx.asm264 ; following is kept as reference
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_ssim_opt.asm89 ;grab source and reference pixels
179 ;grab source and reference pixels
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
H A Dlibvpx.mk80 # used yet but are included in the comments for future reference.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h610 const YV12_BUFFER_CONFIG *reference);
H A Dvp9_onyx_if.c1189 // Set reference frame sign bias for ALTREF frame to 1 (for now)
2061 * alt-ref as a forward reference, and this needs to be generalized as
2622 // The alternate reference frame cannot be active for a key frame.
3018 // Should we code an alternate reference frame.
3161 /* find a free buffer for the new frame, releasing the reference previously
3478 const YV12_BUFFER_CONFIG *reference) {
3483 const uint8_t *ref = reference->y_buffer;
3491 ref + j, reference->y_stride, &sse);
3495 ref += 16 * reference->y_stride;
3477 vp9_calc_ss_err(const YV12_BUFFER_CONFIG *source, const YV12_BUFFER_CONFIG *reference) argument
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h240 /*indicates the reference number for a particular concatenated short message. */
463 unsigned char reference; member in struct:__anon4989
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp391 // if there is more than one reference frame, the first reference frame is ouput, otherwise,
392 // output non-reference frame if there is any.
396 int32_t reference = 0; local
399 reference++;
400 if (reference > 1) {
401 // mOutputHead must be a reference frame
406 // first non-reference frame
429 // count num of reference frames
442 // count dpbFullness with non-reference fram
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dexamples.mk160 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
324 "for reference. The following utilities are included:" >> $@
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h758 // ByRef<T>::type is T if T is a reference; otherwise it's const T&.
767 // AddRef<T>::type is T if T is a reference; otherwise it's T&. This
7662 // Removes the reference from a type if it is a reference type,
7710 // Adds reference to a type if it is not a reference type,
7723 // Adds a reference to const on top of T as necessary. For example,
7920 // reference modifier). It's the client's responsibility to satisfy
7943 // const or reference type.
8993 // A "smart" pointer type with reference trackin
10101 typedef const T& reference; typedef in class:testing::internal::ParamIterator
[all...]

Completed in 1483 milliseconds