Searched refs:NEW4X4 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/common/ |
D | blockd.h | 128 NEW4X4, enumerator 134 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
|
D | entropymode.c | 163 -ZERO4X4, -NEW4X4
|
/external/libvpx/vp8/encoder/ |
D | rdopt.c | 921 case NEW4X4 : in labels2mode() 1092 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++) in rd_check_segment() 1107 if (this_mode == NEW4X4) in rd_check_segment() 1156 … &mode_mv[NEW4X4], step_param, sadpb, &num00, v_fn_ptr, x->mvsadcost, x->mvcost, bsi->ref_mv); in rd_check_segment() 1161 &mode_mv[NEW4X4], step_param, in rd_check_segment() 1182 mode_mv[NEW4X4].row = temp_mv.row; in rd_check_segment() 1183 mode_mv[NEW4X4].col = temp_mv.col; in rd_check_segment() 1200 mode_mv[NEW4X4] = e->bmi.mv.as_mv; in rd_check_segment() 1205 e->bmi.mv.as_mv = mode_mv[NEW4X4]; in rd_check_segment() 1213 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4], in rd_check_segment() [all …]
|
D | bitstream.c | 794 assert(LEFT4X4 <= m && m <= NEW4X4); in write_sub_mv_ref() 1029 if (b->mode == NEW4X4) in pack_inter_mode_mvs()
|
D | encodeframe.c | 1378 if (xd->block[i].bmi.mode == NEW4X4) in vp8cx_encode_inter_macroblock()
|
D | onyx_if.c | 2268 …", inter_b_modes[LEFT4X4], inter_b_modes[ABOVE4X4], inter_b_modes[ZERO4X4], inter_b_modes[NEW4X4]); in vp8_remove_compressor()
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 362 case NEW4X4: in read_mb_modes_mv()
|