Home
last modified time | relevance | path

Searched refs:MV_MAX (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h76 #define MV_MAX ((1 << MV_MAX_BITS) - 1) macro
77 #define MV_VALS ((MV_MAX << 1) + 1)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c128 if (v + 1 > MV_MAX) break; in build_nmv_component_cost_table()
134 if (v + 1 > MV_MAX) break; in build_nmv_component_cost_table()
Dvp9_encoder.c1957 } while (++i <= MV_MAX); in cal_nmvsadcosts()
1972 } while (++i <= MV_MAX); in cal_nmvsadcosts_hp()
2121 cpi->td.mb.nmvcost[0] = &cpi->nmvcosts[0][MV_MAX]; in vp9_create_compressor()
2122 cpi->td.mb.nmvcost[1] = &cpi->nmvcosts[1][MV_MAX]; in vp9_create_compressor()
2123 cpi->td.mb.nmvsadcost[0] = &cpi->nmvsadcosts[0][MV_MAX]; in vp9_create_compressor()
2124 cpi->td.mb.nmvsadcost[1] = &cpi->nmvsadcosts[1][MV_MAX]; in vp9_create_compressor()
2127 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
2128 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()
2129 cpi->td.mb.nmvsadcost_hp[0] = &cpi->nmvsadcosts_hp[0][MV_MAX]; in vp9_create_compressor()
2130 cpi->td.mb.nmvsadcost_hp[1] = &cpi->nmvsadcosts_hp[1][MV_MAX]; in vp9_create_compressor()
Dvp9_mcomp.c87 assert(mv->row >= -MV_MAX && mv->row < MV_MAX); in mv_cost()
88 assert(mv->col >= -MV_MAX && mv->col < MV_MAX); in mv_cost()