Searched defs:overlap (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dec_types.h26 int overlap; member in struct:__anon538
H A Derror_concealment.c70 /* Inserts a new overlap area value to the list of overlaps of a block */
73 int overlap)
76 if (overlap <= 0)
78 /* Find and assign to the next empty overlap node in the list of overlaps.
85 overlaps[i].overlap = overlap;
91 /* Calculates the overlap area between two 4x4 squares, where the first
94 * properly handle squares which do not overlap.
108 /* Calculates the overlap area for all blocks in a macroblock at position
120 * overlapped by bmi and calculate and assign overlap fo
71 assign_overlap(OVERLAP_NODE* overlaps, union b_mode_info *bmi, int overlap) argument
162 const int overlap = block_overlap(new_row, new_col, local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
233 // with Aligned overlap w/h
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (finalH - ALIGN((overlap.bottom - overlap
595 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
634 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument
[all...]
/hardware/intel/common/libva/va/
H A Dva.h1955 unsigned int overlap : 1; /* METADATA::OVERLAP */ member in struct:_VAPictureParameterBufferVC1::__anon298::__anon299
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_TI_Video.h2534 /* 1 indicates that overlap filtering is in use for the macroblock. */
2535 OMX_U8 overlap; member in struct:OMX_TI_VIDEO_VC1VDEC_MbInfo

Completed in 414 milliseconds