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

  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 234 int mb_to_right_edge, int mb_to_top_edge,
313 mb_to_right_edge,
456 int mb_to_right_edge; local
464 mb_to_right_edge = pbi->mb.mb_to_right_edge;
465 mb_to_right_edge += RIGHT_BOTTOM_MARGIN;
485 mb_to_right_edge,
506 mb_to_right_edge,
635 pbi->mb.mb_to_right_edge = mb_to_right_edge_start;
660 pbi->mb.mb_to_right_edge -= (16 << 3)
    [all...]
error_concealment.c 284 int mb_to_right_edge,
303 int this_b_to_right_edge = mb_to_right_edge - ((col*4)<<3);
388 int mb_to_right_edge = ((mb_cols - 1 - mb_col) * 16) << 3; local
399 mb_to_right_edge,
521 int mb_to_right_edge = mb->mb_to_right_edge - ((col*4)<<3); local
552 mb_to_right_edge,
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 206 int mb_to_right_edge; member in struct:macroblockd
320 // If mb_to_right_edge is < 0 we are in a situation in which
323 if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {
329 // xd->mb_to_right_edge is in units of pixels * 8. This converts
331 if (xd->mb_to_right_edge < 0)
332 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
426 if (xd->mb_to_right_edge < 0) {
428 const int umv_border_start = bw + (xd->mb_to_right_edge >>
461 if (has_eob && xd->mb_to_right_edge < 0) {
464 (xd->mb_to_right_edge >> (5 + pd->subsampling_x))
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 272 int mb_to_right_edge; member in struct:macroblockd

Completed in 102 milliseconds