Searched refs:D45_PRED (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_speed_features.h23 (1 << D45_PRED) | (1 << D135_PRED) |
H A Dvp9_rdopt.c120 {D45_PRED, {INTRA_FRAME, NONE}},
623 best_intra_mode != D45_PRED)
627 best_intra_mode != D45_PRED)
2856 (this_mode >= D45_PRED && this_mode <= TM_PRED)) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h69 D45_PRED, // Directional 45 deg = round(arctan(1/1) * 180/pi) enumerator in enum:__anon13103
H A Dvp9_entropymode.c230 -D45_PRED, 14, /* 6 = D45_NODE */
H A Dvp9_reconintra.c592 INIT_ALL_SIZES(pred[D45_PRED], d45);
608 INIT_ALL_SIZES(pred_high[D45_PRED], high_d45);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h68 D45_PRED, // Directional 45 deg = round(arctan(1/1) * 180/pi) enumerator in enum:__anon24893
H A Dvp9_entropymode.c230 -D45_PRED, 14, /* 6 = D45_NODE */
H A Dvp9_reconintra.c297 intra_pred_allsizes(pred[D45_PRED], d45);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c18 (1 << D45_PRED) | (1 << D135_PRED) | \
H A Dvp9_rdopt.c121 {D45_PRED, {INTRA_FRAME, NONE}},
1029 best_intra_mode != D45_PRED)
1033 best_intra_mode != D45_PRED)
3370 (this_mode >= D45_PRED && this_mode <= TM_PRED)) {

Completed in 771 milliseconds