Home
last modified time | relevance | path

Searched defs:extend_right (Results 1 – 6 of 6) sorted by relevance

/external/libaom/av1/encoder/
Dextend.c24 int extend_bottom, int extend_right, in copy_and_extend_plane()
72 int extend_bottom, int extend_right) { in highbd_copy_and_extend_plane()
/external/libvpx/vp9/encoder/
Dvp9_extend.c21 int extend_bottom, int extend_right, in copy_and_extend_plane()
71 int extend_bottom, int extend_right) { in highbd_copy_and_extend_plane()
/external/libvpx/vpx_scale/generic/
Dyv12extend.c24 int extend_bottom, int extend_right) { in extend_plane()
65 int extend_bottom, int extend_right) { in extend_plane_high()
/external/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c21 int extend_bottom, int extend_right) { in extend_plane()
/external/libaom/aom_scale/generic/
Dyv12extend.c24 int extend_bottom, int extend_right, int v_start, in extend_plane()
69 int extend_bottom, int extend_right, int v_start, in extend_plane_high()
/external/libgav1/src/tile/
Dprediction.cc1058 const bool extend_right = ref_block_end_x > ref_last_x; in BuildConvolveBlock() local