Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dpieces.cpp49 #define set_bounds_entry(array,index,top_left,bot_right) \ argument
50 ((array)[index].topleft = (top_left), \
60 #define get_bounds_entry(array,index,top_left,bot_right) \ argument
61 ((top_left) = (array)[index].topleft, \
/external/tesseract/ccstruct/
Drect.cpp69 ICOORD top_left(bot_left.x(), top_right.y()); in rotate_large() local
71 top_left.rotate(vec); in rotate_large()
74 TBOX box2(top_left, bottom_right); in rotate_large()
/external/tesseract/textord/
Dlinefind.cpp182 ICOORD top_left(x, image_height - y); in ConvertBoxaToBlobs() local
185 startpt.pos = top_left; in ConvertBoxaToBlobs()
186 C_OUTLINE* outline = new C_OUTLINE(&startpt, top_left, bot_right, 0); in ConvertBoxaToBlobs()
Dcolfind.cpp372 ICOORD top_left(x_start + x, image_height - (y_start + y)); in ExtractImageBlobs() local
375 startpt.pos = top_left; in ExtractImageBlobs()
376 C_OUTLINE* outline = new C_OUTLINE(&startpt, top_left, bot_right, 0); in ExtractImageBlobs()
/external/opencore/codecs_v2/video/avc_h264/common/src/
Dfmo.cpp110 yTopLeft = pps->top_left[ iGroup ] / PicWidthInMbs; in FmoGenerateType2MapUnitMap()
111 xTopLeft = pps->top_left[ iGroup ] % PicWidthInMbs; in FmoGenerateType2MapUnitMap()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dinit.cpp260 picParam->top_left[ii] = encParam->top_left[ii]; in SetEncodeParam()
373 picParam->top_left[ii] = extP->top_left[ii]; in SetEncodeParam()
Davcenc_api.h124 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* array of co-ordinates of each slice_group */ member
Dintra_est.cpp726 bool top_left = FALSE; in blk_intra4x4_search() local
812 top_left = TRUE; in blk_intra4x4_search()
1016 if (top_left == TRUE) in blk_intra4x4_search()
Dheader.cpp259 status = ue_v(stream, picParam->top_left[iGroup]); in EncodePPS()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h361 uint top_left[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dheader.cpp389 ue_v(stream, &(picParam->top_left[iGroup])); in DecodePPS()