Home
last modified time | relevance | path

Searched refs:offset_top (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_get_mv.c484 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()
/external/pcre/dist2/src/
Dpcre2_match.c183 #define Foffset_top F->offset_top
5213 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5214 Foffset_top = assert_accept_frame->offset_top; in match()
5404 assert_accept_frame->offset_top * sizeof(PCRE2_SIZE)); in match()
5405 Foffset_top = assert_accept_frame->offset_top; in match()
5557 P->offset_top = Foffset_top; in match()
5641 P->offset_top * sizeof(PCRE2_SIZE)); in match()
5642 Foffset_top = P->offset_top; in match()
Dpcre2_intmodedep.h831 PCRE2_SIZE offset_top; /* Offset after highest capture */ member