Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4dec_lib.h190 int pred_width_rnd /* i */
197 int pred_width_rnd /* i */
204 int pred_width_rnd /* i */
211 int pred_width_rnd /* i */
Dget_pred_adv_b_add.cpp86 int pred_width_rnd /* i */ in GetPredAdvancedBy0x0() argument
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */ in GetPredAdvancedBy0x0()
186 int pred_width_rnd /* i */ in GetPredAdvancedBy0x1() argument
199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */ in GetPredAdvancedBy0x1()
201 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy0x1()
515 int pred_width_rnd /* i */ in GetPredAdvancedBy1x0() argument
528 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */ in GetPredAdvancedBy1x0()
530 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy1x0()
862 int pred_width_rnd /* i */ in GetPredAdvancedBy1x1() argument
875 offset2 = (pred_width_rnd >> 1) - 8; /* offset for pred_block */ in GetPredAdvancedBy1x1()
[all …]