Home
last modified time | relevance | path

Searched defs:rnd1 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp193 int rnd1; in GetPredAdvancedBy0x1() local
522 int rnd1; in GetPredAdvancedBy1x0() local
869 int rnd1, rnd2; in GetPredAdvancedBy1x1() local
H A Dget_pred_outside.cpp248 int rnd1, /* i */ in GetPredOutside()
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp453 Int rnd1 /* i */ in GetPredAdvBy0x1()
778 Int rnd1 /* i */ in GetPredAdvBy1x0()
1121 Int rnd1 /* i */ in GetPredAdvBy1x1()
1521 Int width, Int height, Int rnd1) in EncGetPredOutside()
/aosp_15_r20/external/clang/test/CodeGen/
H A Darm64-vrnd.c5 int32x2_t rnd1(float32x2_t a) { return vrnd_f32(a); } in rnd1() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorRandom.h103 unsigned rnd1 = PCG_XSH_RS_generator(state, stream) & 0xfffffu; variable