Home
last modified time | relevance | path

Searched refs:av1_zero_array (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dcdef.c318 av1_zero_array(cdef_left, num_planes); in cdef_fb_col()
342 av1_zero_array(cdef_left, num_planes); in cdef_fb_col()
350 av1_zero_array(cdef_left, num_planes); in cdef_fb_col()
H A Dav1_common_int.h1600 av1_zero_array(above_contexts->entropy[0][tile_row] + offset_y, width_y); in av1_zero_above_context()
1604 av1_zero_array(above_contexts->entropy[1][tile_row] + offset_uv, in av1_zero_above_context()
1606 av1_zero_array(above_contexts->entropy[2][tile_row] + offset_uv, in av1_zero_above_context()
1614 av1_zero_array(above_contexts->partition[tile_row] + mi_col_start, in av1_zero_above_context()
H A Dcommon.h44 #define av1_zero_array(dest, n) memset(dest, 0, n * sizeof(*(dest))) macro
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcontext_tree.c122 av1_zero_array(ctx->blk_skip, ctx->num_4x4_blk); in av1_reset_pmc()
123 av1_zero_array(ctx->tx_type_map, ctx->num_4x4_blk); in av1_reset_pmc()
H A Dglobal_motion_facade.h30 av1_zero_array(gm_data->motion_models, RANSAC_NUM_MOTIONS); in gm_alloc_data()
H A Dmv_prec.c156 av1_zero_array(rates, 5); in keep_one_mv_stat()
H A Dethread.c1181 av1_zero_array(&ppi->gf_group.frame_parallel_level[cur_gf_index], in av1_check_fpmt_config()
1183 av1_zero_array(&ppi->gf_group.is_frame_non_ref[cur_gf_index], reset_size); in av1_check_fpmt_config()
1184 av1_zero_array(&ppi->gf_group.src_offset[cur_gf_index], reset_size); in av1_check_fpmt_config()
3139 av1_zero_array(pack_bs_tile_order, num_tiles); in prepare_pack_bs_workers()
H A Dpartition_strategy.c1307 av1_zero_array(ab_partitions_allowed, NUM_AB_PARTS); in ml_prune_ab_partition()
1459 av1_zero_array(part4_allowed, NUM_PART4_TYPES); in av1_ml_prune_4_partition()
H A Dfirstpass.c1198 av1_zero_array(x->plane[0].src_diff, 256); in av1_first_pass_row()
H A Dcompound_type.c879 av1_zero_array(masked_type_cost, COMPOUND_TYPES); in calc_masked_type_cost()
H A Dpass2_strategy.c1794 av1_zero_array(temp_regions, total_frames); in identify_regions()
H A Drdopt.c6547 av1_zero_array(wsrc_buf, bw * bh); in calc_target_weighted_pred()