Searched refs:row (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 241 RK_U32 row = 0; in copy_align_raw_buffer_to_dest() local 250 for (row = 0; row < height; row++) { in copy_align_raw_buffer_to_dest() 251 memcpy(dst_buf + row * hor_stride, src_buf + index, width); in copy_align_raw_buffer_to_dest() 254 for (row = 0; row < height / 2; row++) { in copy_align_raw_buffer_to_dest() 255 memcpy(dst_u + row * hor_stride, src_buf + index, width); in copy_align_raw_buffer_to_dest() 260 for (row = 0; row < height; row++) { in copy_align_raw_buffer_to_dest() 261 memcpy(dst_buf + row * hor_stride, src_buf + index, width); in copy_align_raw_buffer_to_dest() 264 for (row = 0; row < height / 2; row++) { in copy_align_raw_buffer_to_dest() 265 memcpy(dst_u + row * hor_stride / 2, src_buf + index, width / 2); in copy_align_raw_buffer_to_dest() 268 for (row = 0; row < height / 2; row++) { in copy_align_raw_buffer_to_dest() [all …]
|
| /rockchip-linux_mpp/utils/ |
| H A D | utils.c | 484 RK_S32 row; in read_with_pixel_width() local 496 for (row = 0; row < height; row++) { in read_with_pixel_width() 497 RK_S32 read_size = fread(buf + row * hor_stride, 1, width * pix_w, fp); in read_with_pixel_width() 517 RK_U32 row = 0; in read_image() local 576 for (row = 0; row < height; row++) { in read_image() 577 read_size = fread(buf_y + row * hor_stride, 1, width, fp); in read_image() 586 for (row = 0; row < height / 2; row++) { in read_image() 587 read_size = fread(buf_u + row * hor_stride, 1, width, fp); in read_image() 595 for (row = 0; row < height; row++) { in read_image() 596 read_size = fread(buf_y + row * hor_stride, 1, width, fp); in read_image() [all …]
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | vdpp_common.c | 17 #define VDPP_SET_ZME_COEF(index, row, col) \ argument 19 zme->yrgb_hor_coe.reg##index.yrgb_hor_coe##row##_##col = \ 20 yrgb_scl_info.xscl_zme_coe[row][col]; \ 21 zme->yrgb_ver_coe.reg##index.yrgb_ver_coe##row##_##col = \ 22 yrgb_scl_info.yscl_zme_coe[row][col]; \ 23 zme->cbcr_hor_coe.reg##index.cbcr_hor_coe##row##_##col = \ 24 cbcr_scl_info.xscl_zme_coe[row][col]; \ 25 zme->cbcr_ver_coe.reg##index.cbcr_ver_coe##row##_##col = \ 26 cbcr_scl_info.yscl_zme_coe[row][col]; \
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.h | 117 RK_S32 row, row7, col, col7; member
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 204 | ver_stride | RK_U32 | Represents the number of row spacing between image components, …
|