Searched refs:extend_bottom (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 22 int extend_bottom, int extend_right) { in copy_and_extend_plane() argument 54 for (i = 0; i < extend_bottom; i++) { in copy_and_extend_plane() 63 int extend_bottom, int extend_right) { in highbd_copy_and_extend_plane() argument 97 for (i = 0; i < extend_bottom; i++) { in highbd_copy_and_extend_plane()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 21 int extend_bottom, int extend_right) { in copy_and_extend_plane() argument 53 for (i = 0; i < extend_bottom; i++) { in copy_and_extend_plane() 63 int extend_bottom, int extend_right) { in highbd_copy_and_extend_plane() argument 97 for (i = 0; i < extend_bottom; i++) { in highbd_copy_and_extend_plane()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconintra.c | 160 const int extend_bottom = frame_height - y0; in build_intra_predictors_high() local 161 for (i = 0; i < extend_bottom; ++i) in build_intra_predictors_high() 164 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; in build_intra_predictors_high() 307 const int extend_bottom = frame_height - y0; in build_intra_predictors() local 308 for (i = 0; i < extend_bottom; ++i) in build_intra_predictors() 311 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; in build_intra_predictors()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 21 int extend_bottom, int extend_right) { in extend_plane() argument 97 for (i = 0; i < extend_bottom; i++) { in extend_plane()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 24 int extend_bottom, int extend_right) { in extend_plane() argument 56 for (i = 0; i < extend_bottom; ++i) { in extend_plane() 65 int extend_bottom, int extend_right) { in extend_plane_high() argument 98 for (i = 0; i < extend_bottom; ++i) { in extend_plane_high()
|
/external/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 23 int extend_bottom, int extend_right) { in extend_plane() argument 99 for (i = 0; i < extend_bottom; i++) { in extend_plane()
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 24 int extend_bottom, int extend_right) { in extend_plane() argument 56 for (i = 0; i < extend_bottom; ++i) { in extend_plane() 65 int extend_bottom, int extend_right) { in extend_plane_high() argument 98 for (i = 0; i < extend_bottom; ++i) { in extend_plane_high()
|