HomeSort by relevance Sort by last modified time
    Searched refs:y_offset (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
88 y_offset = Ypos[comp] * nMBPerRow;
113 block_B = ((comp == 1 && up_bnd) || comp == 3) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
114 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
121 block_B = ((comp == 2 && left_bnd) || comp == 3) ? DC_store[y_offset + x_offset][z_tab] : mid_gray;
122 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
131 (comp == 1 && up_bnd) || (comp == 2 && left_bnd) || (comp == 3)) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
132 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
145 QP_tmp = QP_store[y_offset];
246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients * local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 27 int y_offset, int uv_offset)
31 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset;
33 unsigned char *running_avg_y = running_avg->y_buffer + y_offset;
116 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride,
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 208 pos.x_offset = pos.y_offset = 0;
263 pos.y_offset += base_extents.y_bearing + base_extents.height - mark_extents.y_bearing;
277 pos.y_offset += base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height);
301 base_extents.y_bearing += buffer->pos[base].y_offset;
306 hb_position_t x_offset = 0, y_offset = 0; local
309 y_offset -= buffer->pos[base].y_advance;
356 buffer->pos[i].y_offset += y_offset;
361 y_offset -= buffer->pos[i].y_advance;
364 y_offset += buffer->pos[i].y_advance
    [all...]
hb-fallback-shape.cc 121 &buffer->pos[i].y_offset);
hb-buffer-deserialize-text.hh 397 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
445 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
522 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
hb-buffer-serialize.cc 112 pos[i].x_offset, pos[i].y_offset);
172 if (pos[i].x_offset || pos[i].y_offset)
173 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset);
hb-ot-layout-gpos-table.hh 110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
131 if (y_ppem) glyph_pos.y_offset += (base + get_device (values++)).get_y_delta (font); else values++;
410 o.y_offset = base_y - mark_y;
922 pos[i].y_advance = exit_y + pos[i].y_offset;
924 d = entry_y + pos[j].y_offset;
926 pos[j].y_offset -= d;
929 d = exit_y + pos[i].y_offset;
931 pos[i].y_offset -= d;
944 pos[i].y_offset = entry_y - exit_y;
950 pos[j].y_offset = exit_y - entry_y
    [all...]
hb-buffer-deserialize-json.hh 541 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
589 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
hb-buffer-deserialize-json.rl 65 action parse_y_offset { if (!parse_int (tok, p, &pos.y_offset )) return false; }
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 101 unsigned int x_offset, y_offset; /* With respect to "screen" origin */ member in struct:GIFFrameReader
131 x_offset = y_offset = width = height = 0;
GIFImageDecoder.cpp 198 // (frameReader->x_offset, frameReader->y_offset). There is no guarantee
203 int yBegin = upperBoundScaledY(frameReader->y_offset + rowNumber);
205 int yEnd = lowerBoundScaledY(std::min(static_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1;
327 IntRect frameRect(frameReader->x_offset, frameReader->y_offset, frameReader->width, frameReader->height);
333 frameRect.setHeight(size().height() - frameReader->y_offset);
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 43 int y_offset() const { return y_offset_; } function in class:StatusBubbleGtk
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 86 int y_offset; member in struct:TouchTab::TouchTabImage
touch_tab.cc 167 kDropShadowHeight + tab_image->y_offset,
169 y_base + kDropShadowHeight + tab_image->y_offset,
171 height() - kDropShadowHeight - tab_image->y_offset);
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 56 unsigned int motion_magnitude, int y_offset,
61 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset;
63 unsigned char *running_avg_y = running_avg->y_buffer + y_offset;
133 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride,
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 61 unsigned int y_offset; member in struct:q6_encode_param
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 61 unsigned int y_offset; member in struct:q6_encode_param
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr.h 679 * @param[in] y_offset ???l
691 int y_offset,
703 * @param[out] y_offset ???l?i?[??
715 int *y_offset,
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 123 int y_offset; member in struct:Tab::TabImage
tab.cc 503 bg_offset_y + kDropShadowHeight + tab_image->y_offset,
505 kDropShadowHeight + tab_image->y_offset,
507 height() - kDropShadowHeight - kToolbarOverlap - tab_image->y_offset);
560 kDropShadowHeight + tab_image->y_offset,
562 kDropShadowHeight + tab_image->y_offset,
564 height() - kDropShadowHeight - tab_image->y_offset);
  /external/harfbuzz/src/
harfbuzz-shape.h 149 HB_Fixed y_offset; member in struct:HB_GlyphItem
  /external/webp/include/webp/
demux.h 131 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 162 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
  /external/freetype/src/sfnt/
ttsbit.c 73 /* y_offset :: The vertical offset. */
87 FT_Int y_offset,
105 line_buff += ( x_offset >> 3 ) + y_offset * line_incr;
1235 x_offset * pix_bits, y_offset, metrics->height ); local
    [all...]
  /external/harfbuzz_ng/test/api/
test-shape.c 133 g_assert_cmpint (0, ==, positions[i].y_offset);

Completed in 495 milliseconds

1 2 3 4