HomeSort by relevance Sort by last modified time
    Searched refs:setup_dst_planes (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 60 static void setup_dst_planes(MACROBLOCKD *xd, function
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 379 setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 538 setup_dst_planes(xd, &cm->yv12_fb[dst_fb_idx], mi_row, mi_col);
    [all...]
vp9_firstpass.c 35 // TODO(jkoleszar): for setup_dst_planes
522 setup_dst_planes(xd, new_yv12, 0, 0);
    [all...]

Completed in 32 milliseconds