Home
last modified time | relevance | path

Searched refs:sub_v (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dlqt_color.c152 *sub_v = 2; in lqt_colormodel_get_chroma_sub()
161 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
165 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
169 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
494 uv_size = (*rowspan_uv * (height + sub_v - 1))/sub_v; in lqt_rows_alloc()
553 int sub_h, sub_v; in lqt_rows_clear() local
667 height /= sub_v; in lqt_rows_clear()
793 src_y /= sub_v; in lqt_rows_copy_sub()
794 src_y *= sub_v; in lqt_rows_copy_sub()
810 for(i = 0; i < (height + sub_v - 1)/sub_v; i++) in lqt_rows_copy_sub()
[all …]
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dlqt_color.c152 *sub_v = 2; in lqt_colormodel_get_chroma_sub()
161 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
165 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
169 *sub_v = 1; in lqt_colormodel_get_chroma_sub()
494 uv_size = (*rowspan_uv * (height + sub_v - 1))/sub_v; in lqt_rows_alloc()
553 int sub_h, sub_v; in lqt_rows_clear() local
667 height /= sub_v; in lqt_rows_clear()
793 src_y /= sub_v; in lqt_rows_copy_sub()
794 src_y *= sub_v; in lqt_rows_copy_sub()
810 for(i = 0; i < (height + sub_v - 1)/sub_v; i++) in lqt_rows_copy_sub()
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dvideoframe.c64 int sub_v; in video_frame_alloc() local
554 int sub_h, sub_v; in gavl_video_frame_copy_plane() local
558 sub_v = 1; in gavl_video_frame_copy_plane()
580 int sub_h, sub_v; in gavl_video_frame_copy() local
859 int sub_h, sub_v; in gavl_video_frame_copy_flip_x() local
867 sub_v = 1; in gavl_video_frame_copy_flip_x()
903 int sub_h, sub_v; in gavl_video_frame_copy_flip_y() local
910 sub_v = 1; in gavl_video_frame_copy_flip_y()
945 int sub_h, sub_v; in gavl_video_frame_copy_flip_xy() local
953 sub_v = 1; in gavl_video_frame_copy_flip_xy()
[all …]
H A Dvideoformat.c205 int sub_h, sub_v; in gavl_video_format_get_chroma_offset() local
212 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in gavl_video_format_get_chroma_offset()
214 if((sub_h != 2) || (sub_v != 2)) in gavl_video_format_get_chroma_offset()
272 int sub_h, sub_v; in gavl_video_format_get_image_size() local
280 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in gavl_video_format_get_image_size()
291 height /= sub_v; in gavl_video_format_get_image_size()
H A Dabsdiff.c174 int sub_h, sub_v; in gavl_video_frame_absdiff() local
284 &sub_h, &sub_v); in gavl_video_frame_absdiff()
293 format->image_width/sub_h, format->image_height/sub_v); in gavl_video_frame_absdiff()
297 format->image_width/sub_h, format->image_height/sub_v); in gavl_video_frame_absdiff()
302 &sub_h, &sub_v); in gavl_video_frame_absdiff()
310 format->image_width/sub_h, format->image_height/sub_v); in gavl_video_frame_absdiff()
314 format->image_width/sub_h, format->image_height/sub_v); in gavl_video_frame_absdiff()
H A Dpsnr.c301 int sub_h, sub_v; in gavl_video_frame_psnr() local
524 &sub_h, &sub_v); in gavl_video_frame_psnr()
530 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
533 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
539 &sub_h, &sub_v); in gavl_video_frame_psnr()
546 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
549 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
554 &sub_h, &sub_v); in gavl_video_frame_psnr()
561 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
565 format->image_width/sub_h, format->image_height/sub_v, 1); in gavl_video_frame_psnr()
H A Dtransform_context.c192 int sub_h, sub_v; in gavl_transform_context_init() local
238 &sub_h, &sub_v); in gavl_transform_context_init()
240 ctx->dst_height /= sub_v; in gavl_transform_context_init()
242 scale_y *= sub_v; in gavl_transform_context_init()
244 if((sub_h == 2) && (sub_v == 2)) in gavl_transform_context_init()
H A Dvideo.c222 int sub_v; in gavl_video_converter_reinit() local
342 gavl_pixelformat_chroma_sub(tmp_format.pixelformat, &sub_h, &sub_v); in gavl_video_converter_reinit()
343 in_sub = sub_h * sub_v; in gavl_video_converter_reinit()
345 gavl_pixelformat_chroma_sub(output_format->pixelformat, &sub_h, &sub_v); in gavl_video_converter_reinit()
346 out_sub = sub_h * sub_v; in gavl_video_converter_reinit()
H A Ddsputils.c35 int sub_v, sub_h; in gavl_dsp_interpolate_video_frame() local
45 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in gavl_dsp_interpolate_video_frame()
155 height /= sub_v; in gavl_dsp_interpolate_video_frame()
H A Drectangle.c236 int sub_h, sub_v; in gavl_rectangle_i_align_to_format() local
237 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in gavl_rectangle_i_align_to_format()
238 gavl_rectangle_i_align(r, sub_h, sub_v); in gavl_rectangle_i_align_to_format()
H A Ddeinterlace_copy.c51 jmax /= d->sub_v; in deinterlace_copy()
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/videofilters/
H A Dfv_decimate.c61 int sub_v; member
86 height /= vp->sub_v; in diff_block_i()
247 &vp->sub_h, &vp->sub_v); in set_input_format_decimate()
317 (float)(vp->sub_h * vp->sub_v)/((240.0 - 16.0)*3.0); in set_input_format_decimate()
319 (float)(vp->sub_h * vp->sub_v)/((240.0 - 16.0)*3.0); in set_input_format_decimate()
326 (float)(vp->sub_h * vp->sub_v)/((240.0 - 16.0)*256.0*3.0); in set_input_format_decimate()
328 (float)(vp->sub_h * vp->sub_v)/((240.0 - 16.0)*256.0*3.0); in set_input_format_decimate()
387 (float)(vp->sub_h * vp->sub_v)/(3.0 * 255.0); in set_input_format_decimate()
389 (float)(vp->sub_h * vp->sub_v)/(3.0 * 255.0); in set_input_format_decimate()
H A Dbgyadif.c179 int sub_h = 1, sub_v = 1; in bg_yadif_init() local
213 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in bg_yadif_init()
237 di->components[1].h = format->image_height / sub_v; in bg_yadif_init()
243 di->components[2].h = format->image_height / sub_v; in bg_yadif_init()
262 frame_format.frame_height = frame_format.image_height + 4 * sub_v; in bg_yadif_init()
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcm_submodel.c426 if(orig_v == -1 || sub_v == -1) in map_orig2sub_cm_helper()
430 if(submap->o2s_smap[orig_v][0] == sub_v || submap->o2s_smap[orig_v][1] == sub_v) in map_orig2sub_cm_helper()
434 sub_nd = sub_cm->ndidx[sub_v]; in map_orig2sub_cm_helper()
436 if(sub_cm->sttype[sub_v] == IL_st || sub_cm->sttype[sub_v] == IR_st) in map_orig2sub_cm_helper()
462 if(submap->o2s_smap[orig_v][0] == sub_v || submap->o2s_smap[orig_v][1] == sub_v) in map_orig2sub_cm_helper()
470 if(submap->o2s_smap[orig_v][0] == sub_v || submap->o2s_smap[orig_v][1] == sub_v) in map_orig2sub_cm_helper()
1494 int sub_v; in cm2sub_cm_trans_probs_B_E() local
1541 for(sub_v = sub_cm->nodemap[psub_nd]; sub_v < sub_il; sub_v++) in cm2sub_cm_trans_probs_B_E()
1571 for(sub_v = sub_cm->nodemap[psub_nd]; sub_v < sub_i; sub_v++) in cm2sub_cm_trans_probs_B_E()
3316 int sub_v; in sub_cm2cm_parsetree() local
[all …]
/dports/net/babeld/babeld-babeld-1.10/
H A Dkernel.c119 int sub_v = 0; in kernel_older_than() local
125 rc = sscanf(un.release, "%d.%d", &v, &sub_v); in kernel_older_than()
128 return (v < version || (v == version && sub_v < sub_version)); in kernel_older_than()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/page_sets/
H A Djetstream2_pages.py71 for sub_k, sub_v in v['SubResults'].iteritems():
72 self.AddMeasurement('%s.%s' % (benchmark, sub_k), 'score', sub_v)
/dports/graphics/py-django-easy-thumbnails/easy-thumbnails-2.5/easy_thumbnails/
H A Dget_version.py26 sub_v = version[4] or get_git_changeset()
27 sub = '.post%s' % sub_v
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/sparse/tests/
H A Dtest_mpi_block_matrix.py980 sub_v = np.ones(2)
981 v.set_block(rank, sub_v)
1010 sub_v = np.ones(2)
1011 v.set_block(0, sub_v.copy())
1042 sub_v = np.ones(2)
1043 v.set_block(rank, sub_v.copy())
1079 sub_v = np.ones(2)
1080 v.set_block(rank, sub_v.copy())
1108 sub_v = np.ones(2)
1141 sub_v = np.ones(2)
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dserialize.c491 int sub_h, sub_v; in bg_serialize_video_frame() local
505 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in bg_serialize_video_frame()
515 h /= sub_v; in bg_serialize_video_frame()
549 int sub_h, sub_v; in bg_deserialize_video_frame() local
563 gavl_pixelformat_chroma_sub(format->pixelformat, &sub_h, &sub_v); in bg_deserialize_video_frame()
573 h /= sub_v; in bg_deserialize_video_frame()
H A Dtextrenderer.c266 int sub_h, sub_v; /* Chroma subsampling of the final destination frame */ member
1383 &r->sub_h, &r->sub_v); in init_nolock()
1782 ovl->ovl_rect.h += r->sub_v - (ovl->ovl_rect.h % r->sub_v); in bg_text_renderer_render()
1804 ovl->dst_y += r->sub_v - (ovl->dst_y % r->sub_v); in bg_text_renderer_render()
1811 if(ovl->dst_y % r->sub_v) in bg_text_renderer_render()
1812 ovl->dst_y += r->sub_v - (ovl->dst_y % r->sub_v); in bg_text_renderer_render()
1817 ovl->dst_y -= (ovl->dst_y % r->sub_v); in bg_text_renderer_render()
/dports/devel/py-pydantic/pydantic-1.8.2/tests/
H A Dtest_utils.py150 sub_v = included['a']
151 sub_vi = ValueItems(sub_v, vi.for_element('a'))
155 assert [v_ for i, v_ in enumerate(sub_v) if not sub_vi.is_excluded(i)] == ['b']
158 assert [v_ for i, v_ in enumerate(sub_v) if sub_vi.is_included(i)] == ['a', 'c']
/dports/sysutils/vector/vector-0.10.0/scripts/util/metadata/
H A Dfield.rb277 v.collect do |sub_v|
278 "#{k} = #{sub_v.to_toml}"
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/decode/
H A Dnode.py138 for sub_v, sub_path in value.items_safe(path + [key]):
139 if isinstance(sub_v, type_t) or not type_t:
140 results.append((sub_v, sub_path))
/dports/devel/py-pdm/pdm-1.11.0/pdm/project/
H A Dconfig.py28 {f"{k}.{sub_k}": sub_v for sub_k, sub_v in get_item(v).items()}
/dports/multimedia/gavl/gavl-1.4.0/include/
H A Ddeinterlace.h70 int sub_v; member

12