Home
last modified time | relevance | path

Searched defs:y_end (Results 1 – 14 of 14) sorted by relevance

/external/libaom/av1/encoder/
Dhash_motion.c195 const int y_end = picture->y_crop_height - height + 1; in av1_generate_block_2x2_hash_value() local
254 const int y_end = picture->y_crop_height - block_size + 1; in av1_generate_block_hash_value() local
321 const int y_end = pic_height - block_size + 1; in av1_add_to_hash_map_by_row_with_precal_data() local
Dtune_butteraugli.c79 const int y_end = AOMMIN((y_start >> ss_y) + (block_h >> ss_y), in set_mb_butteraugli_rdmult_scaling() local
Doptical_flow.c192 const double y_end = AOMMIN(y_coord + window_size / 2.0, frame_height - 2); in gradients_over_window() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op_test.cc110 int64_t y_end = std::ceil(in_y1); in ResizeAreaBaseline() local
Dresize_area_op.cc231 const int64_t y_end = std::ceil(in_y1); in ComputeLoop() local
/external/webp/src/dec/
Dio_dec.c68 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local
477 const int y_end = p->last_y + lines_left; in EmitRescaledAlphaRGB() local
Dframe_dec.c434 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local
Dvp8l_dec.c722 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow()
/external/libaom/av1/common/
Dav1_loopfilter.c1974 const uint32_t y_end = mi_row + y_range; in av1_filter_block_plane_horz_opt() local
2042 const uint32_t y_end = mi_row + (y_range << scale_vert); in av1_filter_block_plane_horz_opt_chroma() local
/external/webp/src/dsp/
Dlossless.c307 int y_start, int y_end, in ColorSpaceInverseTransform_C()
/external/webp/src/mux/
Danim_encode.c717 const int y_end = (rect->y_offset_ + rect->height_) & ~(block_size - 1); in FlattenSimilarBlocks() local
/external/libaom/aom_dsp/
Dnoise_model.c835 int y_end = AOMMIN((h >> sub_log2[1]) - by * (block_size >> sub_log2[1]), in EXTRACT_AR_ROW() local
/external/mesa3d/src/imgui/
Dimgui_draw.cpp2782 float y_end = y; in RenderText() local
/external/libhevc/encoder/
Dhme_utils.c455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; in hme_map_mvs_to_grid() local