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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymode.c146 -ZERO4X4, -NEW4X4
H A Dblockd.h128 NEW4X4, enumerator in enum:__anon13046
134 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c146 -ZERO4X4, -NEW4X4
H A Dblockd.h128 NEW4X4, enumerator in enum:__anon24837
134 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c985 case NEW4X4 :
1160 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1175 if (this_mode == NEW4X4)
1234 &mode_mv[NEW4X4], step_param,
1258 mode_mv[NEW4X4].as_int = temp_mv.as_int;
1279 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1286 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1295 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4],
1299 } /* NEW4X4 */
1739 if (x->partition_info->bmi[i].mode == NEW4X4)
[all...]
H A Dbitstream.c443 assert(LEFT4X4 <= m && m <= NEW4X4);
692 if (blockmode == NEW4X4)
H A Donyx_if.c2366 fprintf(f, "PB:%8d, %8d, %8d, %8d\n", inter_b_modes[LEFT4X4], inter_b_modes[ABOVE4X4], inter_b_modes[ZERO4X4], inter_b_modes[NEW4X4]);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c986 case NEW4X4 :
1161 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1176 if (this_mode == NEW4X4)
1235 &mode_mv[NEW4X4], step_param,
1259 mode_mv[NEW4X4].as_int = temp_mv.as_int;
1280 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1287 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1296 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4],
1300 } /* NEW4X4 */
1740 if (x->partition_info->bmi[i].mode == NEW4X4)
[all...]
H A Dbitstream.c444 assert(LEFT4X4 <= m && m <= NEW4X4);
693 if (blockmode == NEW4X4)
H A Donyx_if.c2316 fprintf(f, "PB:%8d, %8d, %8d, %8d\n", inter_b_modes[LEFT4X4], inter_b_modes[ABOVE4X4], inter_b_modes[ZERO4X4], inter_b_modes[NEW4X4]);

Completed in 2643 milliseconds