Home
last modified time | relevance | path

Searched refs:MB_MODE_COUNT (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dblock.h102 int (*mbmode_cost)[MB_MODE_COUNT];
103 int (*intra_uv_mode_cost)[MB_MODE_COUNT];
Donyx_int.h695 int mbmode_cost[2][MB_MODE_COUNT];
696 int intra_uv_mode_cost[2][MB_MODE_COUNT];
Dpickinter.c577 int_mv mode_mv_sb[2][MB_MODE_COUNT]; in vp8_pick_inter_mode()
Drdopt.c1945 int_mv mode_mv_sb[2][MB_MODE_COUNT]; in vp8_rd_pick_inter_mode()
/external/libvpx/libvpx/vp8/common/
Dreconintra.c136 case MB_MODE_COUNT: in vp8_build_intra_predictors_mby_s_c()
277 case MB_MODE_COUNT: in vp8_build_intra_predictors_mbuv_s_c()
Dblockd.h88 MB_MODE_COUNT enumerator
Dfindnearmv.h89 int_mv mode_mv_sb[2][MB_MODE_COUNT],
Dfindnearmv.c153 int_mv mode_mv_sb[2][MB_MODE_COUNT], in vp8_find_near_mvs_bias() argument
Dpostproc.c33 static const unsigned char MB_PREDICTION_MODE_colors[MB_MODE_COUNT][3] =
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h47 static const int mode_2_counter[MB_MODE_COUNT] = {
Dvp9_blockd.h79 MB_MODE_COUNT enumerator
Dvp9_loopfilter.c204 static const int mode_lf_lut[MB_MODE_COUNT] = {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1025 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in set_and_cost_bmi_mvs()
1220 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], in check_best_zero_mv()
1316 int_mv mode_mv[MB_MODE_COUNT][2]; in rd_pick_best_sub8x8_mode()
1317 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in rd_pick_best_sub8x8_mode()
2502 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sb()
2526 int64_t mode_distortions[MB_MODE_COUNT] = {-1}; in vp9_rd_pick_inter_mode_sb()
3219 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_pickmode.c370 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES]; in vp9_pick_inter_mode()