Searched refs:update_type (Results 1 – 8 of 8) sorted by relevance
/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/glsl/ |
D | opt_algebraic.cpp | 94 update_type(ir_expression *ir) in update_type() function 116 update_type(ir2); in reassociate_operands() 158 update_type(ir2); in reassociate_constant() 164 update_type(ir2); in reassociate_constant()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 89 FRAME_UPDATE_TYPE update_type[(MAX_LAG_BUFFERS * 2) + 1]; member
|
D | vp9_firstpass.c | 1717 gf_group->update_type[0] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1723 gf_group->update_type[0] = GF_UPDATE; in allocate_gf_group_bits() 1742 gf_group->update_type[alt_frame_index] = ARF_UPDATE; in allocate_gf_group_bits() 1763 gf_group->update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits() 1808 gf_group->update_type[frame_index] = LF_UPDATE; in allocate_gf_group_bits() 1823 gf_group->update_type[frame_index] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1830 gf_group->update_type[mid_frame_idx] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1834 gf_group->update_type[frame_index] = GF_UPDATE; in allocate_gf_group_bits() 2495 gf_group->update_type[0] = KF_UPDATE; in find_next_key_frame() 2517 switch (twopass->gf_group.update_type[twopass->gf_group.index]) { in configure_buffer_updates() [all …]
|
D | vp9_rd.c | 174 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in vp9_compute_rd_mult()
|
D | vp9_encoder.c | 4077 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { 4094 (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE);
|