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

  /external/libvpx/vp8/common/
blockd.h 279 vp8_subpix_fn_t subpixel_predict16x16; member in struct:__anon8427
reconinter.c 278 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16);
341 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, pred_ptr, 16);
566 x->subpixel_predict16x16(ptr, pre_stride, mv_col & 7, mv_row & 7, dst_ptr, x->dst.y_stride); /*x->block[0].dst_stride);*/
  /external/libvpx/vp8/encoder/
ethreading.c 378 zd->subpixel_predict16x16 = xd->subpixel_predict16x16;
411 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
temporal_filter.c 61 x->subpixel_predict16x16(yptr, stride,
encodeframe.c 697 xd->subpixel_predict16x16 = SUBPIX_INVOKE(
708 xd->subpixel_predict16x16 = SUBPIX_INVOKE(
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 549 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap16x16);
556 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear16x16);
threading.c 50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
    [all...]

Completed in 549 milliseconds