OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prev_width
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture_rescale.c
211
int
prev_width
, prev_height;
local
215
prev_width
= pic->width;
219
width = (
prev_width
* height + prev_height / 2) / prev_height;
223
height = (prev_height * width +
prev_width
/ 2) /
prev_width
;
242
RescalePlane(pic->a,
prev_width
, prev_height, pic->a_stride,
249
RescalePlane(pic->y,
prev_width
, prev_height, pic->y_stride,
254
HALVE(
prev_width
), HALVE(prev_height), pic->uv_stride,
258
HALVE(
prev_width
), HALVE(prev_height), pic->uv_stride,
272
RescalePlane((const uint8_t*)pic->argb,
prev_width
, prev_height
[
all
...]
/external/webp/src/enc/
picture_rescale.c
211
int
prev_width
, prev_height;
local
215
prev_width
= pic->width;
219
width = (
prev_width
* height + prev_height / 2) / prev_height;
223
height = (prev_height * width +
prev_width
/ 2) /
prev_width
;
242
RescalePlane(pic->a,
prev_width
, prev_height, pic->a_stride,
249
RescalePlane(pic->y,
prev_width
, prev_height, pic->y_stride,
254
HALVE(
prev_width
), HALVE(prev_height), pic->uv_stride,
258
HALVE(
prev_width
), HALVE(prev_height), pic->uv_stride,
272
RescalePlane((const uint8_t*)pic->argb,
prev_width
, prev_height
[
all
...]
/external/opencv/cv/include/
cv.hpp
123
prev_width
, prev_x_range, const_row, border_tab, border_tab_sz* */
159
int
prev_width
;
member in class:CvBaseImageFilter
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
1375
FX_FLOAT
prev_width
= GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_pTextObj->GetFontSize() \/ 1000;
local
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c
523
static void DIB_ResizeWindow(_THIS, int width, int height, int
prev_width
, int prev_height, Uint32 flags)
539
if ( width !=
prev_width
|| height != prev_height ) {
[
all
...]
/external/opencv/cv/src/
cvfilter.cpp
168
prev_width
= 0;
209
width ==
prev_width
)
213
prev_width
= width;
499
else if(
prev_width
!= width || prev_x_range.start_index != src_roi.x ||
[
all
...]
Completed in 1605 milliseconds