/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_noise_estimate.c | 125 YV12_BUFFER_CONFIG *last_source = cpi->last_source; in av1_update_noise_estimate() local 128 last_source = &cpi->denoiser.last_source; in av1_update_noise_estimate() 140 last_source == NULL || in av1_update_noise_estimate() 145 copy_frame(&cpi->denoiser.last_source, cpi->source); in av1_update_noise_estimate() 147 if (last_source != NULL) { in av1_update_noise_estimate() 164 copy_frame(&cpi->denoiser.last_source, cpi->source); in av1_update_noise_estimate() 181 const uint8_t *last_src_y = last_source->y_buffer; in av1_update_noise_estimate() 182 const int last_src_ystride = last_source->y_stride; in av1_update_noise_estimate() 294 copy_frame(&cpi->denoiser.last_source, cpi->source); in av1_update_noise_estimate()
|
H A D | encode_strategy.c | 328 struct lookahead_entry **last_source, int *const show_frame) { argument 386 *last_source = av1_lookahead_peek(cpi->ppi->lookahead, src_index - 1, 1406 struct lookahead_entry *last_source = NULL; local 1412 source = choose_frame_source(cpi, &flush, pop_lookahead, &last_source, 1434 last_source != NULL) 1435 av1_svc_set_last_source(cpi, &frame_input, &last_source->img); 1437 frame_input.last_source = last_source != NULL ? &last_source->img : NULL;
|
H A D | svc_layercontext.c | 651 frame_input->last_source = prev_source != NULL ? prev_source : NULL; in av1_svc_set_last_source() 654 frame_input->last_source = &cpi->svc.source_last_TL0; in av1_svc_set_last_source() 672 frame_input->last_source = &cpi->svc.source_last_TL0; in av1_svc_set_last_source() 681 frame_input->last_source = &cpi->svc.source_last_TL0; in av1_svc_set_last_source() 683 frame_input->last_source = NULL; in av1_svc_set_last_source()
|
H A D | superres_scale.c | 414 if (cpi->last_source != NULL) cpi->last_source = cpi->unscaled_last_source; in av1_superres_post_encode()
|
H A D | encodeframe_utils.c | 1304 if (cpi->last_source->y_width != cpi->source->y_width || in av1_source_content_sb() 1305 cpi->last_source->y_height != cpi->source->y_height) in av1_source_content_sb() 1317 uint8_t *last_src_y = cpi->last_source->y_buffer; in av1_source_content_sb() 1318 const int last_src_ystride = cpi->last_source->y_stride; in av1_source_content_sb() 1410 uint8_t *last_src = cpi->last_source->buffers[plane]; in av1_source_content_sb() 1411 const int last_src_stride = cpi->last_source->strides[plane != 0]; in av1_source_content_sb()
|
H A D | av1_temporal_denoiser.h | 48 YV12_BUFFER_CONFIG last_source; member
|
H A D | av1_temporal_denoiser.c | 601 fail = aom_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in av1_denoiser_alloc() 637 aom_free_frame_buffer(&denoiser->last_source); in av1_denoiser_free()
|
H A D | tune_butteraugli.c | 272 cpi->last_source = av1_realloc_and_scale_if_required( in av1_setup_butteraugli_rdmult()
|
H A D | encoder.h | 2940 YV12_BUFFER_CONFIG *last_source; member 3677 YV12_BUFFER_CONFIG *last_source; member
|
H A D | encoder.c | 2595 cpi->last_source = &cpi->scaled_last_source; in encode_without_recode() 2598 cpi->last_source = av1_realloc_and_scale_if_required( in encode_without_recode() 2892 cpi->last_source = av1_realloc_and_scale_if_required( in encode_with_recode_loop() 4023 cpi->unscaled_last_source = frame_input->last_source; in av1_encode()
|
H A D | encoder_utils.c | 1103 cpi->last_source = av1_realloc_and_scale_if_required( in av1_determine_sc_tools_with_encoding()
|
H A D | tune_vmaf.c | 895 *last = cm->show_frame ? cpi->last_source : &last_entry->img; in get_neighbor_frames()
|
H A D | ratectrl.c | 3177 YV12_BUFFER_CONFIG const *const unscaled_last_src = frame_input->last_source; in rc_scene_detection_onepass_rt()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_noise_estimate.c | 118 YV12_BUFFER_CONFIG *last_source = cpi->Last_Source; in vp9_update_noise_estimate() local 121 last_source = &cpi->denoiser.last_source; in vp9_update_noise_estimate() 133 last_source == NULL || in vp9_update_noise_estimate() 138 copy_frame(&cpi->denoiser.last_source, cpi->Source); in vp9_update_noise_estimate() 140 if (last_source != NULL) { in vp9_update_noise_estimate() 157 copy_frame(&cpi->denoiser.last_source, cpi->Source); in vp9_update_noise_estimate() 174 const uint8_t *last_src_y = last_source->y_buffer; in vp9_update_noise_estimate() 175 const int last_src_ystride = last_source->y_stride; in vp9_update_noise_estimate() 300 copy_frame(&cpi->denoiser.last_source, cpi->Source); in vp9_update_noise_estimate()
|
H A D | vp9_denoiser.h | 48 YV12_BUFFER_CONFIG last_source; member
|
H A D | vp9_denoiser.c | 678 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in vp9_denoiser_alloc() 716 vpx_free_frame_buffer(&denoiser->last_source); in vp9_denoiser_free()
|
H A D | vp9_encoder.c | 6379 struct lookahead_entry *last_source = NULL; local 6491 if ((last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL) 6527 cpi->unscaled_last_source = last_source != NULL ? &last_source->img : NULL;
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | streamline_config.pl | 164 my $last_source = ""; 167 while ($source =~ /\$\((\w+)\)/ && $last_source ne $source) { 169 $last_source = $source;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/ |
D | erase.cpp | 93 iterator_t last_source = source.end(); in test_remove_erase_if_impl() local 95 for (iterator_t it_source = source.begin(); it_source != last_source; ++it_source) in test_remove_erase_if_impl()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/ |
H A D | window_list_utils.cc | 204 std::list<DesktopCapturer::Source>::const_iterator last_source = in GetWindowList() local 209 pid, last_source)); in GetWindowList()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_int.h | 301 struct lookahead_entry *last_source; member
|
H A D | onyx_if.c | 4864 if ((cpi->last_source = in vp8_get_compressed_data() 4888 cpi->last_frame_unscaled_source = &cpi->last_source->img; in vp8_get_compressed_data()
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/ |
D | System.map | 47214 ffffffc080cb7868 b last_source
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/16k/ |
D | System.map | 47206 ffffc00080d0d878 b last_source
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/x86_64/ |
D | System.map | 95827 ffffffff825d8660 b last_source
|