Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dssim.c67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
84 c1 = (cc1*count*count)>>12; in similarity()
122 c1 = cc1*16; in dssim()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c45 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
55 c1 = (cc1 * count * count) >> 12; in similarity()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c440 static int cc1 = 0; in h264_dpb_update_ref_lists() local
442 if(cc1 == 255) in h264_dpb_update_ref_lists()