Searched refs:offset_top (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_exec.c | 514 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb, in match() argument 545 frame->Xoffset_top = offset_top; in match() 558 #define offset_top frame->Xoffset_top in match() macro 759 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 783 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 789 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 797 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 805 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() 826 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode] + ecode[1], offset_top, md, in match() 843 RMATCH(eptr, ecode + PRIV(OP_lengths)[*ecode], offset_top, md, in match() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_get_mv.c | 484 WORD32 offset_top, offset_left; in ihevcd_get_mv_ctb() local 487 offset_top = ctb_size_in_min_pu * nbr_pu_idx_strd + 0 + 1; in ihevcd_get_mv_ctb() 500 pu4_ctb_top_pu_idx[i] = pu4_nbr_pu_idx[offset_top]; in ihevcd_get_mv_ctb() 503 offset_top += 1; in ihevcd_get_mv_ctb()
|