Home
last modified time | relevance | path

Searched refs:rnd2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dget_pred_adv_b_add.cpp869 int rnd1, rnd2; in GetPredAdvancedBy1x1() local
879 rnd2 = rnd1 + 1; in GetPredAdvancedBy1x1()
880 rnd2 |= (rnd2 << 8); in GetPredAdvancedBy1x1()
881 rnd2 |= (rnd2 << 16); in GetPredAdvancedBy1x1()
939 x1 += rnd2; in GetPredAdvancedBy1x1()
950 y1 += rnd2; in GetPredAdvancedBy1x1()
1012 x1 += rnd2; in GetPredAdvancedBy1x1()
1027 y1 += rnd2; in GetPredAdvancedBy1x1()
1090 x1 += rnd2; in GetPredAdvancedBy1x1()
1105 y1 += rnd2; in GetPredAdvancedBy1x1()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp1128 Int rnd2; in GetPredAdvBy1x1() local
1135 rnd2 = rnd1 + 1; in GetPredAdvBy1x1()
1136 rnd2 |= (rnd2 << 8); in GetPredAdvBy1x1()
1137 rnd2 |= (rnd2 << 16); in GetPredAdvBy1x1()
1195 x1 += rnd2; in GetPredAdvBy1x1()
1206 y1 += rnd2; in GetPredAdvBy1x1()
1268 x1 += rnd2; in GetPredAdvBy1x1()
1283 y1 += rnd2; in GetPredAdvBy1x1()
1346 x1 += rnd2; in GetPredAdvBy1x1()
1361 y1 += rnd2; in GetPredAdvBy1x1()
[all …]