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

  /external/libxcam/xcore/base/
xcam_3a_types.h 125 int32_t y_end; /*!< Y of start point (left-upper corner) */ member in struct:_XCam3AWindow
  /external/libxcam/xcore/
handler_interface.cpp 51 _params.window.y_end = 0;
83 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight:%d]",
87 window->y_end,
114 window[i].x_start, window[i].y_start, window[i].x_end, window[i].y_end, window[i].weight);
122 _params.window.y_end = window[i].y_end;
126 XCAM_LOG_DEBUG ("ae set metering mode window [x:%d, y:%d, x_end:%d, y_end:%d, weight:%d]",
130 _params.window.y_end,
291 _params.window.y_end = 0;
  /external/libaom/libaom/av1/encoder/
hash_motion.c 188 const int y_end = picture->y_crop_height - height + 1; local
194 for (int y_pos = 0; y_pos < y_end; y_pos++) {
214 for (int y_pos = 0; y_pos < y_end; y_pos++) {
242 const int y_end = picture->y_crop_height - block_size + 1; local
251 for (int y_pos = 0; y_pos < y_end; y_pos++) {
290 for (int y_pos = 0; y_pos < y_end; y_pos++) {
309 const int y_end = pic_height - block_size + 1; local
320 for (int y_pos = 0; y_pos < y_end; y_pos++) {
  /external/webp/src/dsp/
lossless.h 83 int y_end, int width);
87 int y_end, int width);
96 const struct VP8LTransform* const transform, int y_start, int y_end,
lossless.c 197 int y_start, int y_end,
216 while (y < y_end) {
288 int y_start, int y_end,
300 while (y < y_end) {
327 TYPE* dst, int y_start, int y_end, int width) { \
329 for (y = y_start; y < y_end; ++y) { \
337 int y_start, int y_end, const TYPE* src, \
347 for (y = y_start; y < y_end; ++y) { \
361 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
lossless_mips_dsp_r2.c 25 TYPE* dst, int y_start, int y_end, \
28 for (y = y_start; y < y_end; ++y) { \
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_area_op_test.cc 107 int64 y_end = ceil(in_y1); local
118 for (int64 i = y_start; i < y_end; ++i) {
resize_area_op.cc 230 const int64 y_end = ceil(in_y1); local
233 for (int64 i = y_start; i < y_end; ++i) {
  /external/webp/src/dec/
frame_dec.c 434 int y_end = MACROBLOCK_VPOS(mb_y + 1); local
447 y_end -= extra_y_rows;
449 if (y_end > io->crop_bottom) {
450 y_end = io->crop_bottom; // make sure we don't overflow on last row.
454 if (dec->alpha_data_ != NULL && y_start < y_end) {
455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start);
472 if (y_start < y_end) {
481 io->mb_h = y_end - y_start;
io_dec.c 73 const int y_end = io->mb_y + io->mb_h; local
87 for (; y + 2 < y_end; y += 2) {
100 if (io->crop_top + y_end < io->crop_bottom) {
110 if (!(y_end & 1)) {
471 const int y_end = p->last_y + lines_left; local
476 lines_left -= p->emit_alpha_row(p, y_end - lines_left, lines_left);
vp8l_dec.c 717 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
719 assert(y_start < y_end);
721 if (y_end > io->crop_bottom) {
722 y_end = io->crop_bottom; // make sure we don't overflow on last row.
729 if (y_start >= y_end) return 0; // Crop window is empty.
735 io->mb_h = y_end - y_start;
    [all...]
  /external/libxcam/modules/isp/
aiq_handler.cpp 427 window.y_end > window.y_start) {
441 XCAM_LOG_DEBUG ("ensure_ae_metering_mode weighted_window x_start = %d, y_start = %d, x_end = %d, y_end = %d ",
442 weighted_window.x_start, weighted_window.y_start, weighted_window.x_end, weighted_window.y_end);
445 weighted_window.y_end > weighted_window.y_start) {
760 uint32_t weighted_grid_height = ((weighted_window.y_end - weighted_window.y_start + 1) +
776 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end,
783 ((uint32_t)_params.window_list[win_index].y_end > image_height) ||
785 (_params.window_list[win_index].y_start >= _params.window_list[win_index].y_end) ||
787 ((uint32_t)_params.window_list[win_index].y_end - (uint32_t)_params.window_list[win_index].y_start > image_height)) {
864 _params.window_list[win_index].x_end, _params.window_list[win_index].y_end,
    [all...]
  /external/libhevc/encoder/
hme_utils.c 455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; local
509 y_end = y_start + ps_part_attr->u1_y_count;
515 y_end = (y_end << shift) >> mv_shift;
521 for(i4_y = y_start; i4_y < y_end; i4_y++)
    [all...]
  /external/webp/src/mux/
anim_encode.c 720 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1); local
727 for (j = y_start; j < y_end; j += block_size) {
    [all...]
  /external/libaom/libaom/aom_dsp/
noise_model.c 816 int y_end = AOMMIN((h >> sub_log2[1]) - by * (block_size >> sub_log2[1]), local
823 for (int y = y_start; y < y_end; ++y) {
    [all...]

Completed in 2646 milliseconds