/external/libaom/libaom/av1/encoder/ |
D | gop_structure.c | 44 gf_group->update_type[*frame_ind] = LF_UPDATE; in set_multi_layer_params() 60 gf_group->update_type[*frame_ind] = INTNL_ARF_UPDATE; in set_multi_layer_params() 76 gf_group->update_type[*frame_ind] = INTNL_OVERLAY_UPDATE; in set_multi_layer_params() 102 gf_group->update_type[frame_index] = first_frame_update_type; in construct_multi_layer_gf_structure() 113 gf_group->update_type[frame_index] = ARF_UPDATE; in construct_multi_layer_gf_structure() 130 gf_group->update_type[frame_index] = use_altref ? OVERLAY_UPDATE : GF_UPDATE; in construct_multi_layer_gf_structure() 148 update_type_strings[gf_group->update_type[i]], in check_frame_params() 189 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[frame_idx]; in set_gop_ref_frame_map() local 195 update_type != ARF_UPDATE && update_type != INTNL_ARF_UPDATE; in set_gop_ref_frame_map() 197 update_type == OVERLAY_UPDATE || update_type == INTNL_OVERLAY_UPDATE; in set_gop_ref_frame_map() [all …]
|
D | ratectrl.c | 423 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_group->index]; in get_rate_factor_level() local 424 assert(update_type < FRAME_UPDATE_TYPES); in get_rate_factor_level() 425 return rate_factor_levels[update_type]; in get_rate_factor_level() 906 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_index]; in get_q_using_fixed_offsets() local 909 if (update_type == KF_UPDATE) { in get_q_using_fixed_offsets() 915 } else if (update_type == ARF_UPDATE || update_type == GF_UPDATE) { in get_q_using_fixed_offsets() 917 } else if (update_type == INTNL_ARF_UPDATE) { in get_q_using_fixed_offsets() 921 assert(update_type == LF_UPDATE || update_type == OVERLAY_UPDATE || in get_q_using_fixed_offsets() 922 update_type == INTNL_OVERLAY_UPDATE); in get_q_using_fixed_offsets() 1342 gf_group->update_type[gf_index] == INTNL_ARF_UPDATE; in get_active_best_quality() [all …]
|
D | encoder.h | 1527 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_group->index]; in frame_is_kf_gf_arf() local 1529 return frame_is_intra_only(&cpi->common) || update_type == ARF_UPDATE || in frame_is_kf_gf_arf() 1530 update_type == GF_UPDATE; in frame_is_kf_gf_arf() 1864 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_group->index]; in is_frame_arf_and_tpl_eligible() local 1865 return update_type == ARF_UPDATE || update_type == GF_UPDATE; in is_frame_arf_and_tpl_eligible() 1880 return gf_group->update_type[gf_group->index]; in get_frame_update_type()
|
D | pass2_strategy.c | 854 if ((gf_group->update_type[idx] == ARF_UPDATE) || in allocate_gf_group_bits() 855 (gf_group->update_type[idx] == INTNL_ARF_UPDATE)) { in allocate_gf_group_bits() 874 switch (gf_group->update_type[idx]) { in allocate_gf_group_bits() 931 if (gf_group->update_type[idx] == ARF_UPDATE || in allocate_gf_group_bits() 932 gf_group->update_type[idx] == INTNL_ARF_UPDATE || in allocate_gf_group_bits() 933 gf_group->update_type[idx] == LF_UPDATE) { in allocate_gf_group_bits() 949 switch (gf_group->update_type[idx]) { in allocate_gf_group_bits() 1464 const FRAME_UPDATE_TYPE cur_update_type = gf_group->update_type[cur_index]; in define_gf_group_pass0() 2197 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() 2368 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() [all …]
|
D | tpl_model.c | 832 int use_arf = gf_group->update_type[1] == ARF_UPDATE; in init_gop_frames_for_tpl() 839 FRAME_UPDATE_TYPE frame_update_type = gf_group->update_type[gf_index]; in init_gop_frames_for_tpl() 934 gf_group->update_type[gf_index] = LF_UPDATE; in init_gop_frames_for_tpl() 988 gf_group->update_type[gf_index], 0); in av1_tpl_setup_stats() 994 cm->show_frame = gf_group->update_type[gf_index] != ARF_UPDATE && in av1_tpl_setup_stats() 995 gf_group->update_type[gf_index] != INTNL_ARF_UPDATE; in av1_tpl_setup_stats() 1016 if (gf_group->update_type[frame_idx] == INTNL_OVERLAY_UPDATE || in av1_tpl_setup_stats() 1017 gf_group->update_type[frame_idx] == OVERLAY_UPDATE) in av1_tpl_setup_stats() 1028 if (gf_group->update_type[frame_idx] == INTNL_OVERLAY_UPDATE || in av1_tpl_setup_stats() 1029 gf_group->update_type[frame_idx] == OVERLAY_UPDATE) in av1_tpl_setup_stats() [all …]
|
D | partition_strategy.h | 218 cpi->gf_group.update_type[cpi->gf_group.index] != OVERLAY_UPDATE && in use_auto_max_partition() 219 cpi->gf_group.update_type[cpi->gf_group.index] != INTNL_OVERLAY_UPDATE; in use_auto_max_partition()
|
D | mv_prec.h | 25 const int gf_update_type = cpi->gf_group.update_type[gf_group_index]; in av1_frame_allows_smart_mv()
|
D | firstpass.h | 111 FRAME_UPDATE_TYPE update_type[MAX_STATIC_GF_GROUP_LENGTH]; member
|
D | interp_search.c | 449 const FRAME_UPDATE_TYPE update_type = get_frame_update_type(&cpi->gf_group); in find_best_non_dual_interp_filter() local 453 cpi->frame_probs.switchable_interp_probs[update_type][ctx0]; in find_best_non_dual_interp_filter() 455 cpi->frame_probs.switchable_interp_probs[update_type][ctx1]; in find_best_non_dual_interp_filter() 458 const int thresh = thr[update_type]; in find_best_non_dual_interp_filter()
|
D | encode_strategy.c | 1060 gf_group->update_type[1] == ARF_UPDATE && cpi->rc.frames_to_key == 0) { in av1_encode_strategy() 1066 gf_group->update_type[gf_group->index] == OVERLAY_UPDATE) || in av1_encode_strategy() 1067 gf_group->update_type[gf_group->index] == INTNL_OVERLAY_UPDATE; in av1_encode_strategy() 1072 if (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE) { in av1_encode_strategy() 1089 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) in av1_encode_strategy()
|
D | temporal_filter.c | 1232 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[group_idx]; in av1_temporal_filter() local 1235 const int is_second_arf = (update_type == INTNL_ARF_UPDATE) && in av1_temporal_filter() 1241 if (update_type == INTNL_ARF_UPDATE && !is_second_arf) { in av1_temporal_filter()
|
D | encodeframe.c | 3977 const FRAME_UPDATE_TYPE update_type = get_frame_update_type(&cpi->gf_group); in get_tpl_stats_b() local 3978 if (update_type == INTNL_OVERLAY_UPDATE || update_type == OVERLAY_UPDATE) in get_tpl_stats_b() 4392 cpi->gf_group.update_type[gf_group_index] == ARF_UPDATE) { in adjust_rdmult_tpl_model() 4591 const int is_overlay = cpi->gf_group.update_type[frame_idx] == OVERLAY_UPDATE; in init_ref_frame_space() 5664 const FRAME_UPDATE_TYPE update_type = get_frame_update_type(&cpi->gf_group); in encode_frame_internal() local 5665 if (frame_probs->warped_probs[update_type] < in encode_frame_internal() 5947 const FRAME_UPDATE_TYPE update_type = get_frame_update_type(&cpi->gf_group); in encode_frame_internal() local 5962 (frame_probs->tx_type_probs[update_type][i][j] + new_prob) >> 1; in encode_frame_internal() 5965 frame_probs->tx_type_probs[update_type][i][j] = prob; in encode_frame_internal() 5972 const FRAME_UPDATE_TYPE update_type = get_frame_update_type(&cpi->gf_group); in encode_frame_internal() local [all …]
|
D | rd.c | 363 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in av1_compute_rd_mult() 412 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in av1_get_adaptive_rdmult()
|
/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/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_adv_monitor_tests.py | 51 def update_type(self, monitor_type): member in TestMonitor 960 monitor1.update_type('or_patterns') 967 monitor2.update_type('or_patterns') 1026 monitor1.update_type('incorrect_pattern') 1033 monitor2.update_type('or_patterns') 1147 monitor1.update_type('or_patterns') 1154 monitor2.update_type('or_patterns') 1161 monitor3.update_type('or_patterns') 1169 monitor4.update_type('or_patterns') 1243 monitor1.update_type('or_patterns') [all …]
|
/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/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 82 get_frame_type_from_update_type(FRAME_UPDATE_TYPE update_type) { in get_frame_type_from_update_type() argument 85 switch (update_type) { in get_frame_type_from_update_type() 99 get_frame_type_from_update_type(encode_frame_info->update_type); in update_encode_frame_result()
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | control | 36 update_type=full|delta type of update being applied, either 'full' or 'delta' 140 source_release=10760.0.0 update_type=delta" 147 'name', 'update_type', 'source_release', 'target_release', 168 tag='%s_%s' % (test_conf['name'], test_conf['update_type']),
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 180 update_type(ir_expression *ir) in update_type() function 242 update_type(ir2); in reassociate_operands() 286 update_type(ir2); in reassociate_constant() 292 update_type(ir2); in reassociate_constant()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | journal.proto | 11 oneof update_type { oneof
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 131 FRAME_UPDATE_TYPE update_type[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
|
D | vp9_firstpass.c | 2178 gf_group->update_type[*index_counter] = LF_UPDATE; in find_arf_order() 2194 gf_group->update_type[*index_counter] = ARF_UPDATE; in find_arf_order() 2212 gf_group->update_type[*index_counter] = USE_BUF_FRAME; in find_arf_order() 2226 gf_group->update_type[frame_index] = OVERLAY_UPDATE; in set_gf_overlay_frame_type() 2231 gf_group->update_type[frame_index] = GF_UPDATE; in set_gf_overlay_frame_type() 2262 gf_group->update_type[frame_index] = ARF_UPDATE; in define_gf_group_structure() 2351 if (gf_group->update_type[idx] == ARF_UPDATE) { in allocate_gf_group_bits() 2380 switch (gf_group->update_type[idx]) { in allocate_gf_group_bits() 3337 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() 3386 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in vp9_rc_get_second_pass_params()
|
D | vp9_encoder.c | 3136 if (gfg_index == 0) return gf_group->update_type[gfg_index] == LF_UPDATE; 3137 return gf_group->update_type[gfg_index - 1] != LF_UPDATE && 3138 gf_group->update_type[gfg_index] == LF_UPDATE; 3272 if (gf_group->update_type[gf_group->index] == MID_OVERLAY_UPDATE) { 5491 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { 5508 (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE); 5767 FRAME_UPDATE_TYPE update_type; member 5823 gf_picture[0].update_type = gf_group->update_type[0]; 5832 gf_picture[1].update_type = gf_group->update_type[1]; 5848 gf_picture[frame_idx].update_type = gf_group->update_type[frame_idx]; [all …]
|
/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;
|