OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_pred_cost
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
202
int
t_pred_cost
= INT_MAX;
local
248
t_pred_cost
= cost_segmap(t_unpred_seg_counts, t_pred_tree);
258
t_pred_cost
+= count0 * vp9_cost_zero(t_nopred_prob[i]) +
264
if (
t_pred_cost
< no_pred_cost) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c
220
int
t_pred_cost
= INT_MAX;
local
268
t_pred_cost
= cost_segmap(t_unpred_seg_counts, t_pred_tree);
278
t_pred_cost
+= count0 * vp9_cost_zero(t_nopred_prob[i]) +
284
if (
t_pred_cost
< no_pred_cost) {
Completed in 63 milliseconds