OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAD_MIN
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
25
#define
MAD_MIN
1 /* handle the case of devision by zero in RC */
376
if (pMP->mad <
MAD_MIN
) pMP->mad =
MAD_MIN
; /*
MAD_MIN
is defined as 1 in mp4def.h */
426
if (curr_mad <
MAD_MIN
) curr_mad =
MAD_MIN
; /*
MAD_MIN
is defined as 1 in mp4def.h */
540
if (curr_mad <
MAD_MIN
) curr_mad =
MAD_MIN
; /*
MAD_MIN
is defined as 1 in mp4def.h *
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
92
#define
MAD_MIN
1
Completed in 126 milliseconds