HomeSort by relevance Sort by last modified time
    Searched refs:this_width (Results 1 - 6 of 6) sorted by null

  /external/libaom/libaom/av1/common/
scale.h 58 int this_width, int this_height) {
59 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
60 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 62 int this_width, int this_height) {
63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
64 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 748 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * local
750 this_width = fabs(this_width);
753 this_width = fabs(this_width);
755 this_width = this_matrix.TransformDistance(this_width);
757 float threshold = prev_width > this_width ? prev_width / 4 : this_width / 4;
1059 int this_width = abs(GetCharWidth(item.m_CharCode, pFont)); local
1282 float this_width = nThisWidth * pObj->GetFontSize() \/ 1000; local
    [all...]
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 401 int this_width = xd->n4_w * MI_SIZE; local
402 int pred_width = AOMMIN(this_width / 2, 32);
403 xd->mb_to_right_edge += (this_width - pred_width) * 8;
415 xd->mb_to_right_edge -= (this_width - pred_width) * 8;
  /external/libvterm/src/
state.c 326 int this_width = vterm_unicode_width(codepoints[i]); local
328 if(this_width < 0) {
333 width += this_width;
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 989 int this_width = xd->n4_w * MI_SIZE; local
    [all...]

Completed in 2563 milliseconds