/external/libaom/libaom/av1/encoder/ |
D | gop_structure.c | 41 gf_group->update_type[*frame_ind] = LF_UPDATE; in set_multi_layer_params() 54 gf_group->update_type[*frame_ind] = INTNL_ARF_UPDATE; in set_multi_layer_params() 66 gf_group->update_type[*frame_ind] = INTNL_OVERLAY_UPDATE; in set_multi_layer_params() 90 gf_group->update_type[frame_index] = first_frame_update_type; in construct_multi_layer_gf_structure() 100 gf_group->update_type[frame_index] = ARF_UPDATE; in construct_multi_layer_gf_structure() 130 update_type_strings[gf_group->update_type[i]], in check_frame_params() 184 gf_group->update_type[gf_group->size] = in av1_gop_setup_structure()
|
D | pass2_strategy.c | 586 if (gf_group->update_type[i] == INTNL_ARF_UPDATE) { in allocate_gf_group_bits() 623 while (gf_group->update_type[frame_index] == INTNL_ARF_UPDATE) { in allocate_gf_group_bits() 650 if (gf_group->update_type[frame_index] == INTNL_OVERLAY_UPDATE) { in allocate_gf_group_bits() 660 assert(gf_group->update_type[frame_index] == LF_UPDATE); in allocate_gf_group_bits() 674 while (gf_group->update_type[frame_index] == INTNL_ARF_UPDATE) in allocate_gf_group_bits() 686 if (gf_group->update_type[frame_index] == INTNL_OVERLAY_UPDATE) { in allocate_gf_group_bits() 703 while (gf_group->update_type[frame_index] == INTNL_ARF_UPDATE) { in allocate_gf_group_bits() 1457 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() 1512 if (gf_group->update_type[gf_group->index] == ARF_UPDATE || in av1_get_second_pass_params() 1513 gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) { in av1_get_second_pass_params() [all …]
|
D | partition_strategy.h | 148 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index] != in use_auto_max_partition() 150 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index] != in use_auto_max_partition()
|
D | encode_strategy.c | 196 gf_group->update_type[gf_group->index]; in check_show_existing_frame() 330 else if (gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) in get_current_frame_ref_type() 466 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in get_arf_src_index() 482 if (gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) { in get_internal_arf_src_index() 983 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index]; in av1_encode_strategy() 1039 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index]; in av1_encode_strategy()
|
D | ratectrl.c | 361 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_group->index]; in get_rate_factor_level() local 362 assert(update_type < FRAME_UPDATE_TYPES); in get_rate_factor_level() 363 return rate_factor_levels[update_type]; in get_rate_factor_level() 1022 gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE; in rc_pick_q_and_bounds_two_pass() 1114 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in rc_pick_q_and_bounds_two_pass() 1133 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in rc_pick_q_and_bounds_two_pass() 1275 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in av1_rc_pick_q_and_bounds() 1334 ? gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE in update_golden_frame_stats() 1370 ? gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE in av1_rc_postencode_update()
|
D | firstpass.h | 118 FRAME_UPDATE_TYPE update_type[MAX_STATIC_GF_GROUP_LENGTH + 1]; member
|
D | rd.c | 370 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in av1_compute_rd_mult() 399 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in av1_get_adaptive_rdmult()
|
D | temporal_filter.c | 1254 if (gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) { in av1_temporal_filter()
|
D | encoder.c | 4584 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index], in dump_filtered_recon_frames()
|
/external/libhevc/decoder/ |
D | ihevcd_statistics.h | 115 void ihevcd_update_num_trans_blocks(TRANSFORM_TYPE e_trans_type, WORD32 c_idx, WORD32 update_type); 128 …DATE_CODED_TRANS(e_trans_type, c_idx, update_type) ihevcd_update_num_trans_blocks(e_trans_type, c_… argument 139 #define STATS_UPDATE_CODED_TRANS(e_trans_type, c_idx, update_type) ; argument
|
/external/vboot_reference/firmware/lib/cgptlib/ |
D | cgptlib.c | 120 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type) in GptUpdateKernelWithEntry() argument 127 switch (update_type) { in GptUpdateKernelWithEntry() 198 int GptUpdateKernelEntry(GptData *gpt, uint32_t update_type) in GptUpdateKernelEntry() argument 206 return GptUpdateKernelWithEntry(gpt, e, update_type); in GptUpdateKernelEntry()
|
/external/vboot_reference/firmware/include/ |
D | gpt_misc.h | 188 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type); 197 int GptUpdateKernelEntry(GptData *gpt, uint32_t update_type);
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clip_cull_distance_arrays.c | 63 update_type(nir_variable *var, gl_shader_stage stage, unsigned length) in update_type() function 161 update_type(clip, nir->info.stage, clip_array_size + cull_array_size); in combine_clip_cull()
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | control | 46 update_type=full|delta type of update being applied, either 'full' or 'delta' 154 source_release=10760.0.0 update_type=delta" 161 'name', 'update_type', 'source_release', 'target_release', 185 tag='%s_%s' % (test_conf['name'], test_conf['update_type']),
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 179 update_type(ir_expression *ir) in update_type() function 241 update_type(ir2); in reassociate_operands() 285 update_type(ir2); in reassociate_constant() 291 update_type(ir2); in reassociate_constant()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 129 FRAME_UPDATE_TYPE update_type[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
|
D | vp9_firstpass.c | 2138 gf_group->update_type[*index_counter] = LF_UPDATE; in find_arf_order() 2154 gf_group->update_type[*index_counter] = ARF_UPDATE; in find_arf_order() 2172 gf_group->update_type[*index_counter] = USE_BUF_FRAME; in find_arf_order() 2186 gf_group->update_type[frame_index] = OVERLAY_UPDATE; in set_gf_overlay_frame_type() 2191 gf_group->update_type[frame_index] = GF_UPDATE; in set_gf_overlay_frame_type() 2222 gf_group->update_type[frame_index] = ARF_UPDATE; in define_gf_group_structure() 2311 if (gf_group->update_type[idx] == ARF_UPDATE) { in allocate_gf_group_bits() 2340 switch (gf_group->update_type[idx]) { in allocate_gf_group_bits() 3089 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() 3136 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in vp9_rc_get_second_pass_params()
|
D | vp9_encoder.c | 2941 if (gfg_index == 0) return gf_group->update_type[gfg_index] == LF_UPDATE; 2942 return gf_group->update_type[gfg_index - 1] != LF_UPDATE && 2943 gf_group->update_type[gfg_index] == LF_UPDATE; 3072 if (gf_group->update_type[gf_group->index] == MID_OVERLAY_UPDATE) { 5134 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { 5151 (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE); 5410 FRAME_UPDATE_TYPE update_type; member 5466 gf_picture[0].update_type = gf_group->update_type[0]; 5475 gf_picture[1].update_type = gf_group->update_type[1]; 5491 gf_picture[frame_idx].update_type = gf_group->update_type[frame_idx]; [all …]
|
D | vp9_rd.c | 212 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in modulate_rdmult()
|
D | vp9_ratectrl.c | 1569 switch (twopass->gf_group.update_type[gf_group_index]) { in vp9_configure_buffer_updates() 1606 assert(twopass->gf_group.update_type[gf_group_index] == ARF_UPDATE); in vp9_configure_buffer_updates()
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | audio.js | 1317 ed.update_type(index, v); 1394 ed.update_type(index, value); 1910 function update_type(index, v) { function in EqDrawer 1923 this.update_type = update_type;
|