/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 325 int hend1, int vstart1, int vend1, in aom_yv12_partial_copy_y_c() argument 334 CONVERT_TO_SHORTPTR(src + vstart1 * src_ybc->y_stride + hstart1); in aom_yv12_partial_copy_y_c() 338 for (row = vstart1; row < vend1; ++row) { in aom_yv12_partial_copy_y_c() 345 src = (src + vstart1 * src_ybc->y_stride + hstart1); in aom_yv12_partial_copy_y_c() 348 for (row = vstart1; row < vend1; ++row) { in aom_yv12_partial_copy_y_c() 363 int hend1, int vstart1, int vend1, in aom_yv12_partial_copy_u_c() argument 372 CONVERT_TO_SHORTPTR(src + vstart1 * src_bc->uv_stride + hstart1); in aom_yv12_partial_copy_u_c() 375 for (row = vstart1; row < vend1; ++row) { in aom_yv12_partial_copy_u_c() 383 src = (src + vstart1 * src_bc->uv_stride + hstart1); in aom_yv12_partial_copy_u_c() 386 for (row = vstart1; row < vend1; ++row) { in aom_yv12_partial_copy_u_c() [all …]
|
/external/libaom/config/x86_64/config/ |
D | aom_scale_rtcd.h | 71 …u_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 74 …v_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 77 …_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struc…
|
/external/libaom/config/x86/config/ |
D | aom_scale_rtcd.h | 71 …u_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 74 …v_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 77 …_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struc…
|
/external/libaom/config/arm/config/ |
D | aom_scale_rtcd.h | 71 …u_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 74 …v_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 77 …_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struc…
|
/external/libaom/config/arm64/config/ |
D | aom_scale_rtcd.h | 71 …u_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 74 …v_c(const struct yv12_buffer_config *src_bc, int hstart1, int hend1, int vstart1, int vend1, struc… 77 …_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struc…
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 392 int hend1, int vstart1, int vend1, in yv12_tile_copy() argument 403 CONVERT_TO_SHORTPTR(src->buffers[plane] + vstart1 * src_stride + hstart1); in yv12_tile_copy() 406 for (row = vstart1; row < vend1; ++row) { in yv12_tile_copy() 438 int vstart1 = pbi->dec_tile_row * h; in copy_decoded_tile_to_tile_list_buffer() local 439 int vend1 = vstart1 + h; in copy_decoded_tile_to_tile_list_buffer() 448 yv12_tile_copy(cur_frame, hstart1, hend1, vstart1, vend1, in copy_decoded_tile_to_tile_list_buffer() 453 aom_yv12_partial_copy_y(cur_frame, hstart1, hend1, vstart1, vend1, in copy_decoded_tile_to_tile_list_buffer() 457 aom_yv12_partial_copy_u(cur_frame, hstart1, hend1, vstart1, vend1, in copy_decoded_tile_to_tile_list_buffer() 461 aom_yv12_partial_copy_v(cur_frame, hstart1, hend1, vstart1, vend1, in copy_decoded_tile_to_tile_list_buffer()
|