Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCONTRIBUTORS1 # This file contains a list of people who've made non-trivial
/hardware/bsp/intel/peripheral/libmraa/docs/
Dinternals.md143 can turn off CTORS in uclibc, though I've yet to find a configuration with
148 loading. This is simply to avoid mraa_init() running 'too' early, though I've
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c5273 uint64_t ye,ue,ve; in vp8_get_compressed_data() local
5288 ve = calc_plane_error(orig->v_buffer, orig->uv_stride, in vp8_get_compressed_data()
5291 sq_error = (double)(ye + ue + ve); in vp8_get_compressed_data()
5297 cpi->total_v += vpx_sse_to_psnr(uv_samples, 255.0, (double)ve); in vp8_get_compressed_data()
5315 ve = calc_plane_error(orig->v_buffer, orig->uv_stride, in vp8_get_compressed_data()
5318 sq_error2 = (double)(ye + ue + ve); in vp8_get_compressed_data()
5327 255.0, (double)ve); in vp8_get_compressed_data()