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 281 vp8_subpix_fn_t subpixel_predict16x16; member in struct:__anon5054
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 325 zd->subpixel_predict16x16 = xd->subpixel_predict16x16;
359 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
temporal_filter.c 84 x->subpixel_predict16x16(yptr, stride,
encodeframe.c 561 xd->subpixel_predict16x16 = SUBPIX_INVOKE(
572 xd->subpixel_predict16x16 = SUBPIX_INVOKE(
    [all...]
  /external/libvpx/vp8/decoder/
decodframe.c 543 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), sixtap16x16);
550 xd->subpixel_predict16x16 = SUBPIX_INVOKE(RTCD_VTABLE(subpix), bilinear16x16);
threading.c 54 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
    [all...]

Completed in 420 milliseconds