Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c598 S32 horz_crop, vert_crop; in get_ctb_attrs() local
601 horz_crop = ((ctb_start_x + 64) > pic_wd) ? 2 : 0; in get_ctb_attrs()
603 switch(horz_crop + vert_crop) in get_ctb_attrs()