Home
last modified time | relevance | path

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

/hardware/intel/img/libdrm/
Dmissing96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
DREADME57 3. If you've build the kernel modules but they won't load because of an
Dltmain.sh1632 # Now that we've collected a possible --mode arg, show help if necessary
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c5272 uint64_t ye,ue,ve; in vp8_get_compressed_data() local
5287 ve = calc_plane_error(orig->v_buffer, orig->uv_stride, in vp8_get_compressed_data()
5290 sq_error = (double)(ye + ue + ve); in vp8_get_compressed_data()
5296 cpi->total_v += vpx_sse_to_psnr(uv_samples, 255.0, (double)ve); in vp8_get_compressed_data()
5314 ve = calc_plane_error(orig->v_buffer, orig->uv_stride, in vp8_get_compressed_data()
5317 sq_error2 = (double)(ye + ue + ve); in vp8_get_compressed_data()
5326 255.0, (double)ve); in vp8_get_compressed_data()