Home
last modified time | relevance | path

Searched refs:pic_index (Results 26 – 50 of 69) sorted by relevance

123

/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/test/
H A Dtest_cambi.c57 void get_sample_image(VmafPicture *pic, int pic_index) in get_sample_image() argument
77 data[i * stride + j] = sample_pic[pic_index][count++]; in get_sample_image()
92 void get_sample_image_8x8(VmafPicture *pic, int pic_index) in get_sample_image_8x8() argument
118 data[i * stride + j] = sample_pic[pic_index][count++]; in get_sample_image_8x8()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c227 …else if (pcs->is_used_as_reference_flag && (pcs->pic_index == 6 || pcs->pic_index == 10))//TODO: c… in inj_to_tpl_group()
236 else if (pcs->is_used_as_reference_flag && (pcs->pic_index == 0 || pcs->pic_index == 8)) in inj_to_tpl_group()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dtile_cache.rs480 let pic_index = create_tile_cache( in build() localVariable
495 tile_cache_pictures.push(pic_index); in build()
625 let pic_index = prim_store.pictures.alloc().init(PicturePrimitive::new_image( in create_tile_cache() localVariable
635 PictureIndex(pic_index) in create_tile_cache()
H A Dpicture.rs2939 let pic = &pictures[pic_index.0]; in update_prim_dependencies()
3052 let pic = &pictures[pic_index.0]; in update_prim_dependencies()
4439 pic_index: PictureIndex, in take_context()
4976 pic_index, in take_context()
5017 pic_index, in take_context()
5159 pic_index, in take_context()
5187 pic_index, in take_context()
5215 pic_index, in take_context()
5244 pic_index, in take_context()
5271 pic_index, in take_context()
[all …]
H A Dbatch.rs926 let pic_index = match prim_instance.kind { in add_prim_to_batch() localVariable
927 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
930 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
940 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
1539 PrimitiveInstanceKind::Picture { pic_index, segment_instance_index, .. } => { in add_prim_to_batch()
1540 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
3057 let backdrop_pic_index = prim_data.kind.pic_index; in add_prim_to_batch()
H A Drender_backend.rs143 PrimitiveInstanceKind::Picture { pic_index, .. } => { in get_local_prim_rect()
144 let pic = &pictures[pic_index.0]; in get_local_prim_rect()
173 PrimitiveInstanceKind::Picture { pic_index, .. } => { in get_local_prim_coverage_rect()
174 let pic = &pictures[pic_index.0]; in get_local_prim_coverage_rect()
H A Drender_task.rs169 pub pic_index: PictureIndex, field
383 pic_index: PictureIndex, in new_picture()
397 pic_index, in new_picture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtile_cache.rs474 let pic_index = create_tile_cache( in build() localVariable
488 tile_cache_pictures.push(pic_index); in build()
616 let pic_index = prim_store.pictures.alloc().init(PicturePrimitive::new_image( in create_tile_cache() localVariable
626 PictureIndex(pic_index) in create_tile_cache()
H A Dpicture.rs4055 pic_index: PictureIndex, in update_all()
4074 pic_index, in update_all()
4117 pic_index: PictureIndex, in update()
4802 pic_index: PictureIndex, in take_context()
5463 pic_index, in take_context()
5542 pic_index, in take_context()
5693 pic_index, in take_context()
5739 pic_index, in take_context()
5784 pic_index, in take_context()
5830 pic_index, in take_context()
[all …]
H A Dbatch.rs922 let pic_index = match prim_instance.kind { in add_prim_to_batch() localVariable
923 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
926 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
936 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
1532 PrimitiveInstanceKind::Picture { pic_index, segment_instance_index, .. } => { in add_prim_to_batch()
1533 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
3021 let backdrop_pic_index = prim_data.kind.pic_index; in add_prim_to_batch()
H A Drender_task.rs169 pub pic_index: PictureIndex, field
383 pic_index: PictureIndex, in new_picture()
397 pic_index, in new_picture()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c227 …else if (pcs->is_used_as_reference_flag && (pcs->pic_index == 6 || pcs->pic_index == 10))//TODO: c… in inj_to_tpl_group()
236 else if (pcs->is_used_as_reference_flag && (pcs->pic_index == 0 || pcs->pic_index == 8)) in inj_to_tpl_group()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/
H A Dfeature_extractor.c166 unsigned pic_index, in vmaf_feature_extractor_context_extract() argument
184 pic_index, vfc); in vmaf_feature_extractor_context_extract()
188 fex_ctx->fex->name, pic_index); in vmaf_feature_extractor_context_extract()
H A Dfeature_extractor.h113 unsigned pic_index,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dscene_building.rs2509 pic_index: shadow_pic_index, in pop_all_shadows()
3207 pic_index: backdrop_pic_index, in add_backdrop_filter()
3292 filtered_pic_index = pic_index; in add_backdrop_filter()
3340 let (pic_index, instance) = flattened_items?; in cut_backdrop_picture()
3351 Some(pic_index) in cut_backdrop_picture()
3806 let pic_index = PictureIndex(prim_store.pictures in cut_item_sequence() localVariable
3823 pic_index, in cut_item_sequence()
3829 Some((pic_index, prim_instance)) in cut_item_sequence()
3892 pic_index: PictureIndex, in create_prim_instance()
3909 pic_index, in create_prim_instance()
[all …]
H A Dpicture.rs3852 pic_index: PictureIndex, in update_all()
3872 pic_index, in update_all()
3882 pic_index, in update_all()
3935 pic_index: PictureIndex, in update()
3950 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in update()
3980 pic_index: PictureIndex, in assign_raster_roots()
4004 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in assign_raster_roots()
4605 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in print()
4757 pic_index: PictureIndex, in take_context()
5008 pic_index, in take_context()
[all …]
H A Drender_task.rs139 pub pic_index: PictureIndex, field
398 pic_index: PictureIndex, in new_picture()
423 pic_index, in new_picture()
1489 pt.new_level(format!("Picture of {:?}", task.pic_index)); in print_with()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Ddisplay_list_flattener.rs384 let pic_index = self.prim_store.pictures.alloc().init(PicturePrimitive::new_image( in setup_picture_caching() localVariable
403 pic_index: PictureIndex(pic_index) in setup_picture_caching()
1934 pic_index: shadow_pic_index in pop_all_shadows()
2708 let pic_index = PictureIndex(prim_store.pictures in cut_flat_item_sequence() localVariable
2729 pic_index, in cut_flat_item_sequence()
2797 pic_index: PictureIndex, in create_prim_instance()
2825 pic_index, in create_prim_instance()
H A Drender_task.rs267 pub pic_index: PictureIndex, field
429 pic_index: PictureIndex, in new_picture()
450 pic_index, in new_picture()
1033 pt.new_level(format!("Picture of {:?}", task.pic_index)); in print_with()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dpicture.rs4055 pic_index: PictureIndex, in update_all()
4074 pic_index, in update_all()
4117 pic_index: PictureIndex, in update()
4802 pic_index: PictureIndex, in take_context()
5463 pic_index, in take_context()
5542 pic_index, in take_context()
5693 pic_index, in take_context()
5739 pic_index, in take_context()
5784 pic_index, in take_context()
5830 pic_index, in take_context()
[all …]
H A Dbatch.rs922 let pic_index = match prim_instance.kind { in add_prim_to_batch() localVariable
923 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
926 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
936 PrimitiveInstanceKind::Picture { pic_index, .. } => pic_index, in add_prim_to_batch()
1532 PrimitiveInstanceKind::Picture { pic_index, segment_instance_index, .. } => { in add_prim_to_batch()
1533 let picture = &ctx.prim_store.pictures[pic_index.0]; in add_prim_to_batch()
3021 let backdrop_pic_index = prim_data.kind.pic_index; in add_prim_to_batch()
H A Drender_task.rs169 pub pic_index: PictureIndex, field
383 pic_index: PictureIndex, in new_picture()
397 pic_index, in new_picture()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/image/
H A Dmdc800.c164 int pic_index; // Cache for the Imagesize (-1 for nothing cached ) member
627 mdc800->pic_index=0; in mdc800_device_open()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/image/
H A Dmdc800.c164 int pic_index; // Cache for the Imagesize (-1 for nothing cached ) member
627 mdc800->pic_index=0; in mdc800_device_open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/image/
H A Dmdc800.c164 int pic_index; // Cache for the Imagesize (-1 for nothing cached ) member
627 mdc800->pic_index=0; in mdc800_device_open()

123