Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 47) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct8x8_test.cc83 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local
112 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local
159 const int diff = dst[j] - src[j]; in RunRoundTripErrorCheck() local
200 const int diff = dst[j] - src[j]; in RunExtremalCheck() local
Dvp9_subtract_test.cc44 int16_t *diff = reinterpret_cast<int16_t *>( in TEST_P() local
Ddct32x32_test.cc119 const uint32_t diff = dst[j] - src[j]; in TEST_P() local
234 const int diff = dst[j] - src[j]; in TEST_P() local
Dpartial_idct_test.cc107 const int diff = dst1[j] - dst2[j]; in TEST_P() local
Dfdct4x4_test.cc83 const uint32_t diff = dst[j] - src[j]; in RunAccuracyCheck() local
174 const uint32_t diff = dst[j] - src[j]; in RunInvAccuracyCheck() local
Ddct16x16_test.cc311 const uint32_t diff = dst[j] - src[j]; in RunAccuracyCheck() local
406 const uint32_t diff = dst[j] - src[j]; in RunInvAccuracyCheck() local
Dvp8_fdct4x4_test.cc149 const int diff = test_input_block[j] - test_output_block[j]; in TEST() local
Dvariance_test.cc45 int diff = ref[w * y + x] - src[w * y + x]; in variance_ref() local
70 int diff = r - src[w * y + x]; in subpel_variance_ref() local
184 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; in subpel_avg_variance_ref() local
Didct8x8_test.cc129 const int diff = dst[j] - src[j]; in TEST() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) in eob_adjust()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c40 short *diff = &be->src_diff[0]; in vp8_subtract_b_sse2() local
Dvp8_enc_stubs_mmx.c75 short *diff = &be->src_diff[0]; in vp8_subtract_b_mmx() local
/hardware/qcom/display/msm8974/libqdutils/
Dprofiler.cpp147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
/hardware/qcom/display/msm8226/libqdutils/
Dprofiler.cpp152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
/hardware/qcom/display/msm8084/libqdutils/
Dprofiler.cpp152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
/hardware/qcom/display/msm8960/libqdutils/
Dprofiler.cpp148 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
/hardware/qcom/display/msm8994/libqdutils/
Dprofiler.cpp152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c205 const MV diff = {mv->row - ref->row, in vp9_encode_mv() local
238 const MV diff = {mvs[i].as_mv.row - ref->row, in inc_mvs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dvpx_timer.h79 LARGE_INTEGER freq, diff; in vpx_usec_timer_elapsed() local
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local
455 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local
/hardware/akm/AK8975_FS/akmdfs/
DAKFS_Measure.c162 int64_t diff; in AKFS_CalcSleep() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Ddenoising.c82 int diff = 0; in vp8_denoiser_filter_c() local
Dencodemb.c44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv_c()
78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, in vp8_subtract_mby_c()
Dpickinter.c110 int diff = src_ptr[c] - ref_ptr[c]; in vp8_get4x4sse_cs_c() local
265 int diff; in pick_intra_mbuv_mode() local
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp856 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local
874 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local

12