OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIP_RESULT
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
motion_comp.h
57
#define
CLIP_RESULT
(x) if(x & -256){x = 0xFF & (~(x>>31));}
58
#define ADD_AND_CLIP1(x) x += (pred_word&0xFF);
CLIP_RESULT
(x);
59
#define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF);
CLIP_RESULT
(x);
60
#define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF);
CLIP_RESULT
(x);
61
#define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF);
CLIP_RESULT
(x);
idct_vca.cpp
61
CLIP_RESULT
(res);
63
CLIP_RESULT
(res2);
66
CLIP_RESULT
(res);
69
CLIP_RESULT
(res);
75
CLIP_RESULT
(res);
77
CLIP_RESULT
(res2);
80
CLIP_RESULT
(res);
83
CLIP_RESULT
(res);
432
CLIP_RESULT
(tmp)
474
CLIP_RESULT
(word
[
all
...]
idct.cpp
254
CLIP_RESULT
(a)
308
CLIP_RESULT
(a)
311
CLIP_RESULT
(a)
314
CLIP_RESULT
(a)
317
CLIP_RESULT
(a)
320
CLIP_RESULT
(a)
323
CLIP_RESULT
(a)
326
CLIP_RESULT
(a)
329
CLIP_RESULT
(a)
539
CLIP_RESULT
(res)
[
all
...]
post_filter.cpp
276
CLIP_RESULT
(tmpvar)
279
CLIP_RESULT
(tmpvar)
373
CLIP_RESULT
(tmpvar)
376
CLIP_RESULT
(tmpvar)
464
CLIP_RESULT
(tmpvar)
467
CLIP_RESULT
(tmpvar)
562
CLIP_RESULT
(tmpvar)
565
CLIP_RESULT
(tmpvar)
block_idct.cpp
697
CLIP_RESULT
(word)
700
CLIP_RESULT
(temp)
704
CLIP_RESULT
(temp)
708
CLIP_RESULT
(temp)
713
CLIP_RESULT
(word)
716
CLIP_RESULT
(temp)
720
CLIP_RESULT
(temp)
724
CLIP_RESULT
(temp)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp
26
#define
CLIP_RESULT
(x) if((uint)x > 0xFF){ \
221
CLIP_RESULT
(tmp32)
228
CLIP_RESULT
(tmp32)
235
CLIP_RESULT
(tmp32)
242
CLIP_RESULT
(tmp32)
252
CLIP_RESULT
(tmp32)
278
CLIP_RESULT
(tmp32)
284
CLIP_RESULT
(tmp32)
290
CLIP_RESULT
(tmp32)
296
CLIP_RESULT
(tmp32
[
all
...]
motion_comp.cpp
22
#define
CLIP_RESULT
(x) if((uint)x > 0xFF){ \
380
CLIP_RESULT
(result)
392
CLIP_RESULT
(result)
405
CLIP_RESULT
(result)
418
CLIP_RESULT
(result)
514
CLIP_RESULT
(result)
524
CLIP_RESULT
(result)
534
CLIP_RESULT
(result)
544
CLIP_RESULT
(result)
595
CLIP_RESULT
(result
[
all
...]
intra_est.cpp
28
#define
CLIP_RESULT
(x) if((uint)x > 0xFF){ \
358
CLIP_RESULT
(value)
362
CLIP_RESULT
(value)
366
CLIP_RESULT
(value)
370
CLIP_RESULT
(value)
375
CLIP_RESULT
(value)
379
CLIP_RESULT
(value)
383
CLIP_RESULT
(value)
387
CLIP_RESULT
(value)
392
CLIP_RESULT
(value
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp
58
#define
CLIP_RESULT
(x) if((UInt)x > 0xFF){x = 0xFF & (~(x>>31));}
59
#define ADD_AND_CLIP1(x) x += (pred_word&0xFF);
CLIP_RESULT
(x);
60
#define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF);
CLIP_RESULT
(x);
61
#define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF);
CLIP_RESULT
(x);
62
#define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF);
CLIP_RESULT
(x);
342
CLIP_RESULT
(res);
344
CLIP_RESULT
(res2);
347
CLIP_RESULT
(res);
350
CLIP_RESULT
(res);
356
CLIP_RESULT
(res)
[
all
...]
Completed in 231 milliseconds