Searched refs:update_type (Results 1 – 9 of 9) 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 | 76 FRAME_UPDATE_TYPE update_type[(MAX_LAG_BUFFERS * 2) + 1]; member
|
D | vp9_firstpass.c | 1399 twopass->gf_group.update_type[0] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1405 twopass->gf_group.update_type[0] = GF_UPDATE; in allocate_gf_group_bits() 1424 twopass->gf_group.update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits() 1437 twopass->gf_group.update_type[frame_index] = ARF_UPDATE; in allocate_gf_group_bits() 1478 twopass->gf_group.update_type[frame_index] = LF_UPDATE; in allocate_gf_group_bits() 1493 twopass->gf_group.update_type[frame_index] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1500 twopass->gf_group.update_type[mid_frame_idx] = OVERLAY_UPDATE; in allocate_gf_group_bits() 1504 twopass->gf_group.update_type[frame_index] = GF_UPDATE; in allocate_gf_group_bits() 2044 twopass->gf_group.update_type[0] = KF_UPDATE; in find_next_key_frame() 2078 switch (twopass->gf_group.update_type[twopass->gf_group.index]) { in configure_buffer_updates() [all …]
|
D | vp9_rd.c | 126 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index]; in vp9_compute_rd_mult()
|
D | vp9_encoder.c | 2452 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in get_arf_src_index() 2468 (gf_group->update_type[gf_group->index] == OVERLAY_UPDATE); in check_src_altref()
|
D | vp9_encodeframe.c | 2480 if (gf_grp->update_type[gf_grp->index - 1] == OVERLAY_UPDATE) in encode_rd_sb_row()
|