Searched refs:Addition (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 70 coeff = q_value * QPx2 - Addition; in coeff_dequant() 76 coeff = q_value * QPx2 + Addition; in coeff_dequant() 202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 210 sublt coeff, coeff, Addition in coeff_dequant() 211 addge coeff, coeff, Addition in coeff_dequant() 298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 306 sublt coeff, coeff, Addition in coeff_dequant() 307 addge coeff, coeff, Addition in coeff_dequant() 483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument [all …]
|
D | fastquant.cpp | 157 Int Addition = QuantParam->Addition; in BlockQuantDequantH263Inter() local 238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Inter() 276 Int Addition = QuantParam->Addition; in BlockQuantDequantH263Intra() local 400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Intra() 448 Int Addition = QuantParam->Addition; in BlockQuantDequantH263DCInter() local 483 coeff = coeff_dequant(scale_q, QP, Addition, tmp); in BlockQuantDequantH263DCInter()
|
D | fastcodemb.h | 48 Int Addition; member
|
D | mp4lib_int.h | 468 Int Addition; member
|
D | fastcodemb.cpp | 95 QuantParam.Addition = QP - 1 + (QP & 0x1); in CodeMB_H263()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | DurationTest.cs | 56 public void Addition() in Addition() method in Google.Protobuf.WellKnownTypes.DurationTest
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 73 - Addition of the "Google.ProtoBuffers.Serialization" assembly to support
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 269 class Addition : public IRandomVariableOp { class 516 : RandomVariable(lhs, rhs, Singleton<Addition>::get()); in operator +()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 645 5. Addition of maps. 646 6. Addition of a small set of standard types for representation of time,
|