/aosp_15_r20/external/libaom/av1/common/ |
H A D | alloccommon.c | 149 const int num_planes) { in alloc_cdef_linebuf() 159 uint16_t **srcbuf, const int num_planes) { in alloc_cdef_bufs() 196 const int num_planes = av1_num_planes(cm); in av1_alloc_cdef_buffers() local 300 const int num_planes = av1_num_planes(cm); in av1_alloc_restoration_buffers() local 372 const int num_planes = above_contexts->num_planes; in av1_free_above_context_buffers() local 413 int num_planes) { in av1_alloc_above_context_buffers()
|
H A D | blockd.c | 59 const int num_planes) { in av1_reset_entropy_context() 73 void av1_reset_loop_filter_delta(MACROBLOCKD *xd, int num_planes) { in av1_reset_loop_filter_delta() 80 void av1_reset_loop_restoration(MACROBLOCKD *xd, const int num_planes) { in av1_reset_loop_restoration() 88 const int num_planes) { in av1_setup_block_planes()
|
H A D | thread_common.c | 281 const int num_planes = joint_filter_chroma ? 2 : 1; in av1_thread_loop_filter_rows() local 589 int num_planes, int width) { in av1_loop_restoration_alloc() 703 const int num_planes = av1_num_planes(cm); in enqueue_lr_jobs() local 926 const int num_planes = av1_num_planes(cm); in foreach_rest_unit_in_planes_mt() local 987 const int num_planes = av1_num_planes(cm); in av1_loop_restoration_filter_frame_mt() local 1111 const int num_planes = av1_num_planes(cm); in cdef_sb_row_worker_hook() local 1140 const int num_planes = av1_num_planes(cm); in prepare_cdef_frame_workers() local 1166 const int num_planes = av1_num_planes(cm); in av1_cdef_init_fb_row_mt() local 1237 const int num_planes = av1_num_planes(cm); in av1_cdef_frame_mt() local
|
H A D | obmc.h | 26 const int num_planes = av1_num_planes(cm); in foreach_overlappable_nb_above() local 63 const int num_planes = av1_num_planes(cm); in foreach_overlappable_nb_left() local
|
H A D | reconinter.c | 738 const int num_planes) { in av1_setup_pre_planes() 792 const int num_planes) { in increment_int_ptr() 856 int dir, MB_MODE_INFO *above_mi, void *fun_ctxt, const int num_planes) { in build_obmc_inter_pred_above() 895 int dir, MB_MODE_INFO *left_mi, void *fun_ctxt, const int num_planes) { in build_obmc_inter_pred_left() 985 const int num_planes) { in av1_setup_build_prediction_by_above_pred() 1024 const int num_planes) { in av1_setup_build_prediction_by_left_pred()
|
H A D | cdef.c | 309 const int num_planes = av1_num_planes(cm); in cdef_fb_col() local 375 const int num_planes = av1_num_planes(cm); in av1_cdef_init_fb_row() local 469 const int num_planes = av1_num_planes(cm); in av1_cdef_frame() local
|
H A D | resize.c | 1038 const int num_planes) { in av1_resize_and_extend_frame_c() 1086 int num_planes) { in av1_resize_and_extend_frame_nonnormative() 1192 const int num_planes = av1_num_planes(cm); in upscale_normative_and_extend_frame() local 1217 const int num_planes = av1_num_planes(cm); in av1_realloc_and_scale_if_required() local 1323 const int num_planes = av1_num_planes(cm); in av1_superres_upscale() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | context_tree.c | 40 const int num_planes = seq_params->monochrome ? 1 : MAX_MB_PLANE; in av1_setup_shared_coeff_buffer() local 83 const int num_planes = av1_num_planes(cm); in av1_alloc_pmc() local 127 void av1_free_pmc(PICK_MODE_CONTEXT *ctx, int num_planes) { in av1_free_pmc() 169 void av1_free_pc_tree_recursive(PC_TREE *pc_tree, int num_planes, int keep_best, in av1_free_pc_tree_recursive()
|
H A D | temporal_filter.c | 400 const int mb_col, const int num_planes, in tf_build_predictor() 479 const int num_planes, uint32_t *accum, in tf_apply_temporal_filter_self() 632 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_apply_temporal_filter_c() 793 const int num_planes, const double *noise_levels, const MV *subblock_mvs, in av1_highbd_apply_temporal_filter_c() 823 const int mb_col, const int num_planes, const uint32_t *accum, in tf_normalize_filtered_frame() 879 const int num_planes = av1_num_planes(&cpi->common); in av1_tf_do_filtering_row() local 1020 const int num_planes = av1_num_planes(&cpi->common); in tf_do_filtering() local 1087 const int num_planes = av1_num_planes(&cpi->common); in tf_setup_filtering_buffer() local 1369 const int num_planes = av1_num_planes(&cpi->common); in init_tf_ctx() local
|
H A D | encodeframe.c | 209 int mi_row, int mi_col, const int num_planes, in av1_setup_src_planes() 245 int mi_col, int num_planes) { in setup_delta_q() 615 const int num_planes = av1_num_planes(cm); in init_encode_rd_sb() local 780 const int num_planes = av1_num_planes(cm); in encode_rd_sb() local 1276 const int num_planes = av1_num_planes(cm); in init_encode_frame_mb_context() local 1320 const int num_planes = av1_num_planes(cm); in av1_init_tile_data() local 1386 const int num_planes = av1_num_planes(cm); in get_token_start() local 1406 const int num_planes = av1_num_planes(cm); in populate_token_count() local 1621 const int num_planes = av1_num_planes(cm); in set_default_interp_skip_flags() local
|
H A D | encoder_alloc.h | 189 const int num_planes = av1_num_planes(cm); in dealloc_compressor_data() local 434 const int num_planes = av1_num_planes(cm); in realloc_and_scale_source() local 466 const int num_planes = ppi->seq_params.monochrome ? 1 : MAX_MB_PLANE; in free_thread_data() local
|
H A D | encodeframe_utils.c | 177 const int num_planes = av1_num_planes(cm); in av1_update_state() local 532 const int num_planes) { in av1_restore_context() 566 const int num_planes) { in av1_save_context() 1468 const int num_planes = av1_num_planes(cm); in av1_backup_sb_state() local 1508 const int num_planes = av1_num_planes(cm); in av1_restore_sb_state() local 1611 const int num_planes = av1_num_planes(cm); in av1_set_cost_upd_freq() local 1680 void av1_dealloc_src_diff_buf(struct macroblock *mb, int num_planes) { in av1_dealloc_src_diff_buf() 1688 const int num_planes = av1_num_planes(cm); in av1_alloc_src_diff_buf() local
|
H A D | rdopt.c | 613 const int num_planes = av1_num_planes(cm); in get_sse() local 925 const int num_planes = av1_num_planes(cm); in setup_buffer_ref_mvs_inter() local 1263 const int num_planes = av1_num_planes(cm); in motion_mode_rd() local 1646 const int num_planes = av1_num_planes(cm); in skip_mode_rd() local 2405 const int num_planes = av1_num_planes(cm); in process_compound_inter_mode() local 2594 const int num_planes = av1_num_planes(cm); in fast_interp_search() local 2765 const int num_planes = av1_num_planes(cm); in handle_inter_mode() local 3123 const int num_planes = av1_num_planes(cm); in rd_pick_intrabc_mode_sb() local 3318 const int num_planes = av1_num_planes(cm); in av1_rd_pick_intra_mode_sb() local 3392 const int num_planes = av1_num_planes(cm); in rd_pick_skip_mode() local [all …]
|
H A D | motion_search_facade.c | 128 const int num_planes = av1_num_planes(cm); in av1_single_motion_search() local 531 const int num_planes = av1_num_planes(cm); in av1_joint_motion_search() local 741 const int num_planes = av1_num_planes(cm); in av1_compound_single_motion_search() local 970 FULLPEL_MV start_mv, int num_planes, in av1_simple_motion_search_sse_var()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | convert.cc | 190 int32_t num_planes = DivideRoundUp(output_channels, kPiohw4ChannelsInPlane); in ConvertToPIOHW4() local 243 int num_planes = DivideRoundUp(shape.c, kPhwc4ChannelsInPlane); in ConvertToPHWC4() local 292 int num_planes = DivideRoundUp(shape.c, kPhwc4ChannelsInPlane); in ConvertToPHWC4Half() local 418 int num_planes = DivideRoundUp(shape.c, kPhwc4ChannelsInPlane); in ConvertFromPHWC4() local 460 int num_planes = DivideRoundUp(shape.c, kPhwc4ChannelsInPlane); in ConvertFromPHWC4Half() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | temporal_filter_test.cc | 81 int num_planes, int subsampling_x, int subsampling_y) { in GenRandomData() 101 int num_planes, int subsampling_x, int subsampling_y, in GenExtremeData() 137 int num_planes = MAX_MB_PLANE; in RunTest() local 464 int subsampling_x, int subsampling_y, int num_planes) { in GenRandomData() 485 int subsampling_x, int subsampling_y, int num_planes, in GenExtremeData() 523 int num_planes = MAX_MB_PLANE; in RunTest() local
|
/aosp_15_r20/external/libaom/aom_scale/generic/ |
H A D | yv12extend.c | 148 const int num_planes) { in aom_yv12_extend_frame_borders_c() 184 const int num_planes) { in extend_frame() 221 void aom_extend_frame_borders_c(YV12_BUFFER_CONFIG *ybf, const int num_planes) { in aom_extend_frame_borders_c() 237 YV12_BUFFER_CONFIG *dst_bc, const int num_planes) { in aom_yv12_copy_frame_c() 472 int num_planes) { in aom_yv12_realloc_with_new_border_c()
|
/aosp_15_r20/external/libaom/common/ |
H A D | rawenc.c | 68 const int *planes, const int num_planes, in raw_write_image_file_or_md5() 92 const int num_planes, FILE *file) { in raw_write_image_file() 97 const int num_planes, MD5Context *md5) { in raw_update_image_md5()
|
H A D | y4menc.c | 100 int num_planes = img->monochrome ? 1 : 3; in y4m_write_image_file() local 106 int num_planes = img->monochrome ? 1 : 3; in y4m_update_image_md5() local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodeframe.c | 340 const int num_planes = av1_num_planes(cm); in set_offsets() local 680 const int num_planes = av1_num_planes(cm); in dec_build_inter_predictor() local 702 int dir, MB_MODE_INFO *above_mbmi, void *fun_ctxt, const int num_planes) { in dec_build_prediction_by_above_pred() 758 int dir, MB_MODE_INFO *left_mbmi, void *fun_ctxt, const int num_planes) { in dec_build_prediction_by_left_pred() 814 const int num_planes = av1_num_planes(cm); in dec_build_obmc_inter_predictors_sb() local 851 const int num_planes = av1_num_planes(cm); in predict_inter_block() local 908 const int num_planes = av1_num_planes(cm); in decode_token_recon_block() local 1138 const int num_planes = av1_num_planes(cm); in parse_decode_block() local 1195 const int num_planes = av1_num_planes(cm); in set_offsets_for_pred_and_recon() local 1282 const int num_planes = av1_num_planes(cm); in decode_partition() local [all …]
|
H A D | decoder.c | 259 const int num_planes = av1_num_planes(cm); in av1_copy_reference_dec() local 288 const int num_planes = av1_num_planes(cm); in av1_set_reference_dec() local 331 const int num_planes = av1_num_planes(cm); in av1_copy_new_frame_dec() local
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 292 const int num_planes = get_num_planes(handle); in get_plane_layouts() local 520 const int num_planes = get_num_planes(handle); in get_metadata() local 876 const int num_planes = get_num_planes(&partial_handle); in getFromBufferDescriptorInfo() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_video_buffer.c | 57 unsigned num_planes = util_format_get_num_planes(format); in vl_get_video_buffer_formats() local 233 unsigned num_planes = util_format_get_num_planes(buffer->buffer_format); in vl_video_buffer_resources() local 247 unsigned num_planes = util_format_get_num_planes(buffer->buffer_format); in vl_video_buffer_sampler_view_planes() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | params.rs | 55 let num_planes = Into::<u32>::into(num_planes); // as usize; localVariable 117 let num_planes = Le32::from(plane_formats.len() as u32); in to_virtio_video_params() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 425 unsigned num_planes = util_format_get_num_planes(res->base.b.format); in convert_planar_resource() local 921 unsigned num_planes, in d3d12_resource_get_planes_info() 964 unsigned num_planes = util_format_get_num_planes(res->overall_format); in d3d12_resource_get_info() local 1774 unsigned num_planes = util_format_get_num_planes(res->overall_format); in d3d12_transfer_map() local 1927 unsigned num_planes = util_format_get_num_planes(res->overall_format); in d3d12_transfer_unmap() local
|