HomeSort by relevance Sort by last modified time
    Searched defs:mb_to_bottom_edge (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 235 int mb_to_bottom_edge)
315 mb_to_bottom_edge);
454 int mb_to_bottom_edge; local
461 mb_to_bottom_edge = pbi->mb.mb_to_bottom_edge;
463 mb_to_bottom_edge += RIGHT_BOTTOM_MARGIN;
487 mb_to_bottom_edge);
508 mb_to_bottom_edge);
627 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3;
664 pbi->mb.mb_to_bottom_edge -= (16 << 3)
    [all...]
error_concealment.c 286 int mb_to_bottom_edge)
298 int this_b_to_bottom_edge = mb_to_bottom_edge - ((row*4)<<3);
384 int mb_to_bottom_edge = ((mb_rows - 1 - mb_row) * 16) << 3; local
401 mb_to_bottom_edge);
517 int mb_to_bottom_edge = mb->mb_to_bottom_edge - ((row*4)<<3); local
554 mb_to_bottom_edge);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 208 int mb_to_bottom_edge; member in struct:macroblockd
323 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
334 if (xd->mb_to_bottom_edge < 0)
335 max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
436 if (xd->mb_to_bottom_edge < 0) {
440 bh + (xd->mb_to_bottom_edge >> (3 + pd->subsampling_y));
478 if (has_eob && xd->mb_to_bottom_edge < 0) {
481 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
  /external/libvpx/libvpx/vp8/common/
blockd.h 274 int mb_to_bottom_edge; member in struct:macroblockd

Completed in 3224 milliseconds