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 731 sf, get_frame_new_buffer(cm)->y_crop_width,
732 get_frame_new_buffer(cm)->y_crop_height,
733 get_frame_new_buffer(cm)->y_crop_width,
734 get_frame_new_buffer(cm)->y_crop_height, cm->use_highbitdepth);
737 sf, get_frame_new_buffer(cm)->y_crop_width,
738 get_frame_new_buffer(cm)->y_crop_height,
739 get_frame_new_buffer(cm)->y_crop_width,
740 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 841 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm);
    [all...]
vp9_encodeframe.c 224 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 298 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) { function
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 759 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
vp9_decoder.c 255 cm->frame_to_show = get_frame_new_buffer(cm);

Completed in 1790 milliseconds