Searched refs:Flag (Results 1 - 25 of 235) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_add_c.h104 Word32 L_add_c(Word32 L_var1, Word32 L_var2, Flag *pOverflow, Flag *pCarry);
H A Dbasicop_malloc.h86 extern Flag Overflow;
87 extern Flag Carry;
H A Dround.h106 Word16 pv_round(Word32 L_var1, Flag *pOverflow);
H A Dadd.h106 Word16 add(Word16 var1, Word16 var2, Flag *pOverflow);
H A Ddiv_32.h107 Flag *pOverflow) ;
H A Dint_lpc.h131 Flag *pOverflow
153 Flag *pOverflow
181 Flag *pOverflow
200 Flag *pOverflow
H A Dinv_sqrt.h107 Flag *pOverflow /* (i) : pointer to overflow flag */
H A Dl_comp.h104 Word32 L_Comp(Word16 hi, Word16 lo, Flag *pOverflow);
H A Dl_extract.h106 Flag *pOverflow);
H A Dl_shl.h104 Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow);
H A Dl_shr.h103 Word32 L_shr(Word32 L_var1, Word16 var2, Flag *pOverflow);
H A Dl_shr_r.h104 Word32 L_shr_r(Word32 L_var1, Word16 var2, Flag *pOverflow);
H A Dlog2.h110 Flag *pOverflow /* (i/o) : overflow flag */
H A Dlsfwt.h105 Flag * pOverflow); /* o : Flag set when overflow occurs */
H A Dlsp_az.h101 Flag *pOverflow /* (o) : overflow flag */
H A Dmult_r.h106 Word16 mult_r(Word16 var1, Word16 var2, Flag *pOverflow);
H A Dpow2.h105 Flag *pOverflow /* (i/o) : overflow flag */
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedef.h38 typedef int Flag; typedef
44 typedef int Flag; typedef
50 typedef int Flag; typedef
56 * use (improved) type definition file typdefs.h and add a "Flag" type
59 typedef int Flag; typedef
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedef.h39 typedef int Flag; typedef
45 typedef int Flag; typedef
51 typedef int Flag; typedef
57 * use (improved) type definition file typdefs.h and add a "Flag" type
60 typedef int Flag; typedef
/frameworks/av/include/media/stagefright/foundation/
H A DFlagged.h25 * Flagged<T, Flag> is basically a specialized std::pair<Flag, T> that automatically optimizes out
32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
33 * mask. _Flagged_helper::minMask<Flag> is provided to easily calculate a mask for a max value.
111 * \param num number of bits to set. This must be between 0 and the number of bits in Flag.
115 template<typename Flag>
116 static constexpr Flag topBits(int num) {
117 return Flag(num > 0 ?
118 ~((Flag(1) << (sizeof(Flag) *
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DFlagged.h25 * Flagged<T, Flag> is basically a specialized std::pair<Flag, T> that automatically optimizes out
32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
33 * mask. _Flagged_helper::minMask<Flag> is provided to easily calculate a mask for a max value.
111 * \param num number of bits to set. This must be between 0 and the number of bits in Flag.
115 template<typename Flag>
116 static constexpr Flag topBits(int num) {
117 return Flag(num > 0 ?
118 ~((Flag(1) << (sizeof(Flag) *
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DFlagged.h25 * Flagged<T, Flag> is basically a specialized std::pair<Flag, T> that automatically optimizes out
32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
33 * mask. _Flagged_helper::minMask<Flag> is provided to easily calculate a mask for a max value.
111 * \param num number of bits to set. This must be between 0 and the number of bits in Flag.
115 template<typename Flag>
116 static constexpr Flag topBits(int num) {
117 return Flag(num > 0 ?
118 ~((Flag(1) << (sizeof(Flag) *
[all...]
/frameworks/compile/slang/
H A DRSCCOptions.td52 def emit_asm : Flag<["-"], "emit-asm">,
54 def _emit_asm : Flag<["-"], "S">, Alias<emit_asm>;
55 def emit_llvm : Flag<["-"], "emit-llvm">,
57 def emit_bc : Flag<["-"], "emit-bc">,
59 def emit_nothing : Flag<["-"], "emit-nothing">,
63 def m32 : Flag<["-"], "m32">, HelpText<"Emit 32-bit code (only for C++, unless eng build)">;
64 def m64 : Flag<["-"], "m64">, HelpText<"Emit 64-bit code (only for C++, unless eng build)">;
66 def emit_g : Flag<["-"], "g">,
72 def allow_rs_prefix : Flag<["-"], "allow-rs-prefix">,
95 def w : Flag<["
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_UnpackBlock2x2.c56 int Flag, Value; local
65 Flag = *pSrc++;
66 if (Flag & 0x10)
85 i = Flag & 15;
88 while ((Flag & 0x20)==0);
H A DarmVCM4P10_UnpackBlock4x4.c56 int Flag, Value; local
65 Flag = *pSrc++;
66 if (Flag & 0x10)
85 i = Flag & 15;
88 while ((Flag & 0x20)==0);

Completed in 285 milliseconds

12345678910