Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1047 int last_width = 0; in ProcessTextObject() local
1061 this_width > last_width ? (float)this_width : (float)last_width; in ProcessTextObject()
1279 float last_width = nLastWidth * m_pPreTextObj->GetFontSize() / 1000; in ProcessInsertObject() local
1280 last_width = fabs(last_width); in ProcessInsertObject()
1284 float threshold = last_width > this_width ? last_width / 4 : this_width / 4; in ProcessInsertObject()
1292 if (last_width < this_width) in ProcessInsertObject()
1360 if (fabs(last_pos + last_width - pos.x) > threshold && curChar != L' ' && in ProcessInsertObject()
1363 if ((pos.x - last_pos - last_width) > threshold || in ProcessInsertObject()
1364 (last_pos - pos.x - last_width) > threshold) { in ProcessInsertObject()
1367 if (pos.x < 0 && (last_pos - pos.x - last_width) > threshold) in ProcessInsertObject()
[all …]
/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler_unittest.cc376 int last_width = input_width; in DownscaleEndsAt() local
382 if (last_width == res.width) { in DownscaleEndsAt()
388 last_width = res.width; in DownscaleEndsAt()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h98 int last_width; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c420 cm->last_width = cm->width; in vp9_receive_compressed_data()
Dvp9_decodeframe.c2513 !cm->error_resilient_mode && cm->width == cm->last_width && in vp9_decode_frame()
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c377 last_width = block_width - blk_col_step; in av1_highbd_apply_temporal_filter_luma() local
417 for (; blk_col < last_width; in av1_highbd_apply_temporal_filter_luma()
Dtemporal_filter_sse4.c531 last_width = block_width - blk_col_step; in av1_apply_temporal_filter_luma() local
599 for (; blk_col < last_width; in av1_apply_temporal_filter_luma()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c5509 if (cm->last_width != cm->width || cm->last_height != cm->height) { in source_var_based_partition_search_method()
5709 !cm->error_resilient_mode && cm->width == cm->last_width && in encode_frame_internal()
Dvp9_encoder.c4919 cm->last_width = cm->width;