Searched refs:here (Results 1 - 25 of 26) sorted by relevance

12

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DAndroid.mk12 # Add new folders with header files here
15 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DAndroid.mk12 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DAndroid.mk11 # Add new source files here
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DAndroid.mk14 # Add new folders with header files here
19 # Add new source files here
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c103 const MODE_INFO *here = tmp; local
104 const MODE_INFO *above = here - cm->mode_info_stride;
105 const MODE_INFO *left = here - 1;
124 right = here + 1;
132 below = here + cm->mode_info_stride;
153 right = here + 1;
161 below = here + cm->mode_info_stride;
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
195 abs(max_mvx - here->mbmi.mv.as_mv.row));
196 mmvy = MAX(abs(min_mvy - here
[all...]
H A Drdopt.h128 const MODE_INFO *here,
H A Drdopt.c1529 const MODE_INFO *here,
1537 const MODE_INFO *above = here - xd->mode_info_stride;
1538 const MODE_INFO *left = here - 1;
1553 if(here->mbmi.ref_frame != INTRA_FRAME)
1638 if(here->mbmi.ref_frame == near_ref[near_sadidx[i]])
2138 * we need to save uv_intra_tteob here.
2152 /* Note the rate value returned here includes the cost of
1525 vp8_mv_pred( VP8_COMP *cpi, MACROBLOCKD *xd, const MODE_INFO *here, int_mv *mvp, int refframe, int *ref_frame_sign_bias, int *sr, int near_sadidx[] ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.c27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
H A Dfindnearmv.h77 const MODE_INFO *here,
88 const MODE_INFO *here,
/hardware/samsung_slsi/exynos5/mobicore/daemon/
H A DAndroid.mk20 # Add new source files here
/hardware/intel/common/utils/ituxd/
H A DAndroid.mk16 # WARNING: Everything listed here will be built on ALL platforms,
/hardware/intel/common/utils/ituxd/jni/
H A DAndroid.mk16 # WARNING: Everything listed here will be built on ALL platforms,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm78 ; actuall work gets done here!
109 ; off of v, so set a flag here based on this.
175 ; temp variable here. So after r10 is used, reload
H A Dvp8_packtokens_partitions_armv5.asm107 ; actual work gets done here!
138 ; off of v, so set a flag here based on this.
204 ; temp variable here. So after r10 is used, reload
H A Dvp8_packtokens_armv5.asm88 ; off of v, so set a flag here based on this.
154 ; temp variable here. So after r10 is used, reload
H A Dboolhuff_armv5te.asm238 ; off of v, so set a flag here based on this.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm251 ; eob adjustment begins here
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm267 ; in black/white/both order. Note that we have to reload this here because
H A Didctllm_sse2.asm380 ; load up 2 dc words here == 2*16 = doubleword
H A Dpostproc_sse2.asm681 ; in black/white/both order. Note that we have to reload this here because
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm247 ;# Inverse transpose is similar, except here I -> (I+3) mod 7 and the
351 ;# exploit the saturation here. if the answer is negative
466 ;# start the fitering here
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm485 ; in black/white/both order. Note that we have to reload this here because
H A Dvp9_postproc_sse2.asm650 ; in black/white/both order. Note that we have to reload this here because
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm1040 ; FIXME(rbultje) the repeated pack/unpack here around m0/m2 is because we
1111 ; FIXME(rbultje) pipeline - also consider going to bytes here
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm829 ; If we were called as "SWAP m0,m1" rather than "SWAP 0,1" infer the original numbers here.

Completed in 461 milliseconds

12