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

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 752 sf, get_frame_new_buffer(cm)->y_crop_width,
753 get_frame_new_buffer(cm)->y_crop_height,
754 get_frame_new_buffer(cm)->y_crop_width,
755 get_frame_new_buffer(cm)->y_crop_height, cm->use_highbitdepth);
758 sf, get_frame_new_buffer(cm)->y_crop_width,
759 get_frame_new_buffer(cm)->y_crop_height,
760 get_frame_new_buffer(cm)->y_crop_width,
761 get_frame_new_buffer(cm)->y_crop_height);
vp9_mbgraph.c 173 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
174 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
vp9_encoder.c     [all...]
vp9_firstpass.c 850 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm);
    [all...]
vp9_encodeframe.c 238 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 743 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
vp9_decoder.c 254 cm->frame_to_show = get_frame_new_buffer(cm);
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 268 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) { function

Completed in 838 milliseconds