Searched defs:yoff (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvariance_test.cc55 int l2w, int l2h, int xoff, int yoff,
69 const int r = a + (((b - a) * yoff + 8) >> 4);
169 int xoff, int yoff,
183 const int r = a + (((b - a) * yoff + 8) >> 4);
54 subpel_variance_ref(const uint8_t *ref, const uint8_t *src, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument
165 subpel_avg_variance_ref(const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, int l2h, int xoff, int yoff, unsigned int *sse_ptr) argument

Completed in 22 milliseconds