Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 22 of 22) sorted by relevance

/hardware/ril/reference-ril/
DAndroid.mk9 reference-ril.c \
45 LOCAL_MODULE:= reference-ril
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmainpage.dox30 - \ref codec reference
32 - \ref encoder reference
35 - \ref decoder reference
DCHANGELOG159 usage of the frame reference flags, or temporal layers.
299 Preload reference area in sub-pixel motion search (real-time mode)
345 query decoder to determine which reference frames were updated
Dexamples.mk160 vp8cx_set_ref.DESCRIPTION = VP8 set encoder reference frame
Dusage.dox48 as an <code>extern</code> reference to a structure of the incomplete type
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
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
Dvp8_subpixelvariance16x16_neon.asm376 vld1.8 {q0}, [r3]! ;Load up source and reference
Dvp8_subpixelvariance16x16s_neon.asm505 vld1.8 {q0}, [r3]! ;Load up source and reference
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
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/test/
Dsad_test.cc92 const uint8_t* const reference = GetReference(block_idx); in ReferenceSAD() local
97 - reference[h * reference_stride_ + w]); in ReferenceSAD()
139 const uint8_t* const reference = GetReference(block_idx); in SAD() local
142 reference, reference_stride_, in SAD()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_ssim_opt.asm179 ;grab source and reference pixels
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dssim_opt.asm179 ;grab source and reference pixels
Dquantize_mmx.asm264 ; following is kept as reference
/hardware/ril/include/telephony/
Dril_cdma_sms.h463 unsigned char reference; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h610 const YV12_BUFFER_CONFIG *reference);
Dvp9_onyx_if.c3478 const YV12_BUFFER_CONFIG *reference) { argument
3483 const uint8_t *ref = reference->y_buffer;
3491 ref + j, reference->y_stride, &sse);
3495 ref += 16 * reference->y_stride;
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp380 int32_t reference = 0; in findOutputByPct() local
383 reference++; in findOutputByPct()
384 if (reference > 1) { in findOutputByPct()
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING282 copyright notice for the Library among them, as well as a reference
/hardware/intel/common/libva/doc/
DDoxyfile1518 # directory and reference it in all dot files that doxygen generates.
/hardware/intel/img/libdrm/
Dconfigure13360 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`…
Daclocal.m47457 dnl If no reference was made to various pairs of opposing options, then
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10101 typedef const T& reference;