Searched refs:tmp16c (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_slice.c | 1001 RK_U16 tmp16a, tmp16b, tmp16c, last_tmp, dst_mask; in h264e_slice_move() local 1049 tmp16c = tmp16b >> dst_bit_r | ((last_tmp << 8) & dst_mask); in h264e_slice_move() 1051 tmp16c = tmp16b; in h264e_slice_move() 1053 pdst[0] = (tmp16c >> 8) & 0xFF; in h264e_slice_move() 1054 pdst[1] = tmp16c & 0xFF; in h264e_slice_move() 1058 … mpp_log("%03d src [%04x] -> [%04x] + last [%04x] -> %04x\n", i, tmp16a, tmp16b, last_tmp, tmp16c); in h264e_slice_move() 1061 … mpp_log("%03d src [%04x] -> [%04x] + last [%04x] -> %04x\n", i, tmp16a, tmp16b, last_tmp, tmp16c); in h264e_slice_move() 1083 last_tmp = tmp16c; in h264e_slice_move()
|