Searched refs:smlabb (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 83 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() function 178 smlabb q_value, coeff, q_value, round in aan_scale() 221 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() function 225 smlabb q_value, coeff, q_value, round in smlabb() 317 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() function 510 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() function
|
D | dct_inline.h | 117 smlabb out, op1, op2, op3 in mla724() 153 smlabb out, k6, k14, k1 in mla1338() 165 smlabb out, k6, k14, k1 in mla946()
|
D | fastquant.cpp | 383 q_value = smlabb(q_value, coeff, round); in BlockQuantDequantH263Intra() 583 q_value = smlabb(q_value, coeff, round); in BlockQuantDequantMPEGInter() 755 q_value = smlabb(coeff, q_value, round); in BlockQuantDequantMPEGIntra()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | basic_op_arm_v5.h | 416 smlabb result, L_var1, L_var2, L_var3 in amrnb_fxp_mac_16_by_16bb() 427 smlabb result, L_var1, L_var2, L_var3 in amrnb_fxp_msu_16_by_16bb()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder_basic_op_armv5.h | 216 smlabb L_add, var1, var2, L_add in fxp_mac_16by16()
|