HomeSort by relevance Sort by last modified time
    Searched refs:NEW4X4 (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/common/
entropymode.c 91 4, -ZERO4X4, -NEW4X4 };
blockd.h 113 NEW4X4,
119 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 841 case NEW4X4:
1003 for (this_mode = LEFT4X4; this_mode <= NEW4X4; ++this_mode) {
1017 if (this_mode == NEW4X4) {
1073 x, c, e, &mvp_full, &mode_mv[NEW4X4], step_param, sadpb, &num00,
1091 mode_mv[NEW4X4].as_int = temp_mv.as_int;
1110 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1115 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1123 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4], bsi->ref_mv,
1127 } /* NEW4X4 */
    [all...]
bitstream.c 349 assert(LEFT4X4 <= m && m <= NEW4X4);
577 if (blockmode == NEW4X4) {
    [all...]
onyx_if.c     [all...]

Completed in 134 milliseconds