Searched refs:dist_l (Results 1 – 1 of 1) sorted by relevance
600 int dist_l; in is_keyframe_dirac() local607 dist_l = granulepos & 0xff; in is_keyframe_dirac()608 dist = (dist_h << 8) | dist_l; in is_keyframe_dirac()643 int dist_l; in granulepos_to_key_granule_dirac() local653 dist_l = gp & 0xff; in granulepos_to_key_granule_dirac()654 dist = (dist_h << 8) | dist_l; in granulepos_to_key_granule_dirac()