Searched refs:MV_SUBPEL_NONE (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 68 if (precision > MV_SUBPEL_NONE) { in encode_mv_component() 121 if (precision > MV_SUBPEL_NONE) { in build_nmv_component_cost_table() 145 usehp = MV_SUBPEL_NONE; in av1_encode_mv() 174 encode_mv_component(w, diff.row, &mvctx->comps[0], MV_SUBPEL_NONE); in av1_encode_dv() 177 encode_mv_component(w, diff.col, &mvctx->comps[1], MV_SUBPEL_NONE); in av1_encode_dv()
|
D | rd.c | 561 MV_SUBPEL_NONE); in av1_initialize_cost_tables() 589 MV_SUBPEL_NONE); in av1_initialize_rd_consts()
|
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 95 MV_SUBPEL_NONE = -1, enumerator
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 655 read_mv(r, &mv->as_mv, &ref_mv->as_mv, &ec_ctx->ndvc, MV_SUBPEL_NONE); in assign_dv() 870 diff.row = read_mv_component(r, &ctx->comps[0], precision > MV_SUBPEL_NONE, in read_mv() 874 diff.col = read_mv_component(r, &ctx->comps[1], precision > MV_SUBPEL_NONE, in read_mv() 1104 allow_hp = MV_SUBPEL_NONE; in assign_mv()
|