Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h177 uint32 ue ();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h172 uint32 ue ();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp144 uint32 RbspParser::ue () in ue() function in RbspParser
158 const uint32 x = ue (); in se()
413 first_mb_in_slice = rbsp_parser.ue(); in isNewFrame()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp136 uint32 RbspParser::ue () in ue() function in RbspParser
149 const uint32 x = ue (); in se()
386 first_mb_in_slice = rbsp_parser.ue(); in isNewFrame()
/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
5284 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, in vp8_get_compressed_data()
5290 sq_error = (double)(ye + ue + ve); in vp8_get_compressed_data()
5295 cpi->total_u += vpx_sse_to_psnr(uv_samples, 255.0, (double)ue); in vp8_get_compressed_data()
5311 ue = calc_plane_error(orig->u_buffer, orig->uv_stride, in vp8_get_compressed_data()
5317 sq_error2 = (double)(ye + ue + ve); in vp8_get_compressed_data()
5324 255.0, (double)ue); in vp8_get_compressed_data()