Searched defs:best_mode_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.h40 int best_mode_index; member in struct:__anon13153
H A Dvp9_rdopt.c1722 ctx->best_mode_index = mode_index;
2526 int best_mode_index) {
2533 if (mode == best_mode_index) {
2577 int midx, best_mode_index = -1; local
2731 if (midx == mode_skip_start && best_mode_index >= 0) {
2831 best_mode_index >= 0 && best_mbmode.ref_frame[0] == INTRA_FRAME)
2857 if (best_mode_index >= 0 &&
2997 best_mode_index = mode_index;
3133 if (best_mode_index < 0 || best_rd >= best_rd_so_far)
3157 update_rd_thresh_fact(cpi, bsize, best_mode_index);
2525 update_rd_thresh_fact(VP9_COMP *cpi, int bsize, int best_mode_index) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c591 int best_mode_index = 0; local
1101 best_mode_index = mode_index;
1141 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
1143 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 3);
1145 x->rd_thresh_mult[best_mode_index] =
1146 (x->rd_thresh_mult[best_mode_index]
1148 x->rd_thresh_mult[best_mode_index] - best_adjustment :
1150 x->rd_threshes[best_mode_index] =
1151 (cpi->rd_baseline_thresh[best_mode_index] >>
[all...]
H A Drdopt.c1950 int best_mode_index = 0; local
2457 best_mode_index = mode_index;
2497 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
2499 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 2);
2501 x->rd_thresh_mult[best_mode_index] =
2502 (x->rd_thresh_mult[best_mode_index] >=
2504 x->rd_thresh_mult[best_mode_index] - best_adjustment :
2506 x->rd_threshes[best_mode_index] =
2507 (cpi->rd_baseline_thresh[best_mode_index] >>
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h51 int best_mode_index; member in struct:__anon24933
H A Dvp9_rdopt.c2277 ctx->best_mode_index = mode_index;
3150 int mode_index, best_mode_index = 0; local
3308 switch (vp9_mode_order[best_mode_index].ref_frame[0]) {
3344 vp9_mode_order[best_mode_index].ref_frame[0] == INTRA_FRAME)
3371 if (vp9_mode_order[best_mode_index].ref_frame[0] > INTRA_FRAME)
3547 best_mode_index = mode_index;
3665 if (vp9_mode_order[best_mode_index].ref_frame[0] == INTRA_FRAME) {
3691 if (mode_index == best_mode_index) {
3742 store_coding_context(x, ctx, best_mode_index,
3780 int mode_index, best_mode_index local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c594 int best_mode_index = 0; local
1111 best_mode_index = mode_index;
1151 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
1153 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 3);
1155 x->rd_thresh_mult[best_mode_index] =
1156 (x->rd_thresh_mult[best_mode_index]
1158 x->rd_thresh_mult[best_mode_index] - best_adjustment :
1160 x->rd_threshes[best_mode_index] =
1161 (cpi->rd_baseline_thresh[best_mode_index] >>
[all...]
H A Drdopt.c1950 int best_mode_index = 0; local
2457 best_mode_index = mode_index;
2497 if ((cpi->rd_baseline_thresh[best_mode_index] > 0) && (cpi->rd_baseline_thresh[best_mode_index] < (INT_MAX >> 2)))
2499 int best_adjustment = (x->rd_thresh_mult[best_mode_index] >> 2);
2501 x->rd_thresh_mult[best_mode_index] =
2502 (x->rd_thresh_mult[best_mode_index] >=
2504 x->rd_thresh_mult[best_mode_index] - best_adjustment :
2506 x->rd_threshes[best_mode_index] =
2507 (cpi->rd_baseline_thresh[best_mode_index] >>
[all...]

Completed in 784 milliseconds