Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tapify.py30 ll=[h(r),l(c)]
32 sum = dist(ul,p)+dist(ur,p)+dist(ll,p)+dist(lr,p)
33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
35 [ll,t(ll,p,sum)],[lr,t4]]
/hardware/intel/img/psb_video/src/
Dpsb_texture.h71 long ll; member
Dpsb_overlay.h264 long ll; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME56 Also, you'll need CMake 2.6.4 or higher if you want to build the
290 compiler and/or linker to select the pthread library, or you'll get
293 script, you'll need to read your compiler and linker's manual to
306 to the compiler flags. You'll also need to tell the linker to produce
339 For example, with -DGTEST_DONT_DEFINE_TEST=1, you'll need to write
354 users' long-term benefits. This section describes what you'll need to
388 functionality, you'll want to compile and run Google Test's own tests.
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c219 int ll = 0,lh = 0, got = 0; local
250 ReadFile(infile, &ll, 1, &got, NULL);
253 ll = fgetc(infile);
256 itemlen = (lh << 8) | ll;
269 Data[1] = (uchar)ll;
/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.c228 guint64 ll = 0; in mix_audio_class_init() local
234 ll = g_ascii_strtoull(loglevel+2, NULL, 16); in mix_audio_class_init()
239 ll = g_ascii_strtoull(loglevel, NULL, 10); in mix_audio_class_init()
242 guint32 mask = (guint32)ll; in mix_audio_class_init()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c1127 struct linked_list_t ll; in h264_dpb_reorder_ref_pic_list() local
1128 struct linked_list_t *lp = &ll; // should consider use the scratch space in h264_dpb_reorder_ref_pic_list()