Searched refs:dst_bit_r (Results 1 – 1 of 1) sorted by relevance
979 RK_S32 dst_bit_r = dst_bit & 7; in h264e_slice_move() local985 if (src_bit_r == 0 && dst_bit_r == 0) { in h264e_slice_move()992 src_bit_r, dst_bit_r, src_len); in h264e_slice_move()1010 dst_mask = 0xFFFF << (8 - dst_bit_r); in h264e_slice_move()1014 src_bit_r, dst_bit_r, loop, dst_mask, last_tmp); in h264e_slice_move()1048 if (dst_bit_r) in h264e_slice_move()1049 tmp16c = tmp16b >> dst_bit_r | ((last_tmp << 8) & dst_mask); in h264e_slice_move()