Searched defs:hstart1 (Results 1 – 2 of 2) sorted by relevance
337 void aom_yv12_partial_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, int hstart1, in aom_yv12_partial_copy_y_c()376 void aom_yv12_partial_copy_u_c(const YV12_BUFFER_CONFIG *src_bc, int hstart1, in aom_yv12_partial_copy_u_c()414 void aom_yv12_partial_copy_v_c(const YV12_BUFFER_CONFIG *src_bc, int hstart1, in aom_yv12_partial_copy_v_c()
404 static void yv12_tile_copy(const YV12_BUFFER_CONFIG *src, int hstart1, in yv12_tile_copy()453 int hstart1 = pbi->dec_tile_col * w; in copy_decoded_tile_to_tile_list_buffer() local