Lines Matching refs:av_assert2
99 av_assert2(c->map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
101 av_assert2(c->map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
103 av_assert2(c->map[(index+1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
105 av_assert2(c->map[(index-1)&(ME_MAP_SIZE-1)] == key); in hpel_motion_search()
146 av_assert2(bx >= xmin*2 && bx <= xmax*2 && by >= ymin*2 && by <= ymax*2); in hpel_motion_search()
311 av_assert2(16*cx2 + 4*cx + 32*c == 32*r); in qpel_motion_search()
312 av_assert2(16*cx2 - 4*cx + 32*c == 32*l); in qpel_motion_search()
313 av_assert2(16*cy2 + 4*cy + 32*c == 32*b); in qpel_motion_search()
314 av_assert2(16*cy2 - 4*cy + 32*c == 32*t); in qpel_motion_search()
315 av_assert2(16*cxy + 16*cy2 + 16*cx2 - 4*cy - 4*cx + 32*c == 32*tl); in qpel_motion_search()
348 av_assert2(bx >= xmin*4 && bx <= xmax*4 && by >= ymin*4 && by <= ymax*4); in qpel_motion_search()
365 av_assert2((x) >= xmin);\
366 av_assert2((x) <= xmax);\
367 av_assert2((y) >= ymin);\
368 av_assert2((y) <= ymax);\
893 av_assert2(cmpf); in epzs_motion_search_internal()