Lines Matching refs:cu16cnt
204 RK_S32 cu16cnt; in vepu54x_h265_set_roi() local
206 for (cu16cnt = 0; cu16cnt < 16; cu16cnt++) { in vepu54x_h265_set_roi()
208 RK_S32 cu16_x = cu16cnt % 4; in vepu54x_h265_set_roi()
209 RK_S32 cu16_y = cu16cnt / 4; in vepu54x_h265_set_roi()
215 dst[ctu_addr * 16 + cu16cnt] = src[cu16_addr_in_frame]; in vepu54x_h265_set_roi()
544 RK_S32 i, j, k, cu16cnt; in gen_vepu580_roi_h265() local
559 for (cu16cnt = 0; cu16cnt < 16; cu16cnt++) { in gen_vepu580_roi_h265()
568 cu16_x = cu16cnt & 3; in gen_vepu580_roi_h265()
569 cu16_y = cu16cnt / 4; in gen_vepu580_roi_h265()
574 zindex = raster2zscan16[cu16cnt]; in gen_vepu580_roi_h265()
582 set_roi_cu16_split_cu8(dst_base, cu16cnt, val); in gen_vepu580_roi_h265()
589 if (adjust_cnt == 16 && cu16cnt == 15) { in gen_vepu580_roi_h265()
603 } else if (cu16cnt == 15 && adjust_cnt > 0) { in gen_vepu580_roi_h265()