Home
last modified time | relevance | path

Searched refs:update_type (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/decoder/
Dihevcd_statistics.h115 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/
Dcgptlib.c120 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/
Dgpt_misc.h188 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type);
197 int GptUpdateKernelEntry(GptData *gpt, uint32_t update_type);
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c63 update_type(nir_variable *var, gl_shader_stage stage, unsigned length) in update_type() function
160 update_type(clip, nir->stage, clip_array_size + cull_array_size); in combine_clip_cull()
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol45 update_type=full|delta type of update being applied, either 'full' or 'delta'
167 source_release=9433.0.0 update_type=full"
174 'name', 'update_type', 'source_release', 'target_release',
197 tag='%s_%s' % (test_conf['name'], test_conf['update_type']),
/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp179 update_type(ir_expression *ir) in update_type() function
241 update_type(ir2); in reassociate_operands()
283 update_type(ir2); in reassociate_constant()
289 update_type(ir2); in reassociate_constant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h124 FRAME_UPDATE_TYPE update_type[(MAX_LAG_BUFFERS * 2) + 1]; member
Dvp9_firstpass.c2171 gf_group->update_type[0] = OVERLAY_UPDATE; in allocate_gf_group_bits()
2175 gf_group->update_type[0] = GF_UPDATE; in allocate_gf_group_bits()
2192 gf_group->update_type[alt_frame_index] = ARF_UPDATE; in allocate_gf_group_bits()
2212 gf_group->update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits()
2269 gf_group->update_type[frame_index] = LF_UPDATE; in allocate_gf_group_bits()
2284 gf_group->update_type[frame_index] = OVERLAY_UPDATE; in allocate_gf_group_bits()
2291 gf_group->update_type[mid_frame_idx] = OVERLAY_UPDATE; in allocate_gf_group_bits()
2295 gf_group->update_type[frame_index] = GF_UPDATE; in allocate_gf_group_bits()
2976 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame()
2998 switch (twopass->gf_group.update_type[twopass->gf_group.index]) { in configure_buffer_updates()
[all …]
Dvp9_rd.c172 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in vp9_compute_rd_mult()
Dvp9_encoder.c4749 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) {
4766 (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE);