Searched refs:orig_params (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmetablock.c60 const BrotliDistanceParams* orig_params,
64 if (orig_params->distance_postfix_bits == new_params->distance_postfix_bits &&
65 orig_params->num_direct_distance_codes ==
73 PrefixEncodeCopyDistance(CommandRestoreDistanceCode(cmd, orig_params),
84 const BrotliDistanceParams* orig_params,
95 if (orig_params->distance_postfix_bits == new_params->distance_postfix_bits &&
96 orig_params->num_direct_distance_codes ==
107 uint32_t distance = CommandRestoreDistanceCode(cmd, orig_params);
150 BrotliEncoderParams orig_params = *params; local in function:BrotliBuildMetaBlock
159 if (npostfix == orig_params
58 RecomputeDistancePrefixes(Command * cmds,size_t num_commands,const BrotliDistanceParams * orig_params,const BrotliDistanceParams * new_params) argument
82 ComputeDistanceCost(const Command * cmds,size_t num_commands,const BrotliDistanceParams * orig_params,const BrotliDistanceParams * new_params,double * cost) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c2187 const struct blorp_params *orig_params,
2204 bool shrink = split_blorp_blit_debug && can_shrink_surfaces(orig_params);
2206 params = *orig_params;
2228 assert(can_shrink_surfaces(orig_params));
2186 do_blorp_blit(struct blorp_batch * batch,const struct blorp_params * orig_params,struct brw_blorp_blit_prog_key * wm_prog_key,const struct blt_coords * orig) argument
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c2329 const struct blorp_params *orig_params,
2347 if (can_shrink_surface(&orig_params->src))
2349 if (can_shrink_surface(&orig_params->dst))
2355 params = *orig_params;
2376 assert(can_shrink_surface(&orig_params->src));
2379 assert(can_shrink_surface(&orig_params->dst));
2328 do_blorp_blit(struct blorp_batch * batch,const struct blorp_params * orig_params,struct brw_blorp_blit_prog_key * key,const struct blt_coords * orig) argument

Completed in 11 milliseconds