Lines Matching refs:run
192 RK_S32 run = 0; in h264e_pps_to_packet() local
197 for (run = len2; run > 1; run --) in h264e_pps_to_packet()
198 if (intra_scl[zigzag[run - 1]] != intra_scl[zigzag[run - 2]]) in h264e_pps_to_packet()
200 for (j = 0; j < run; j ++) in h264e_pps_to_packet()
202 if (run < len2) in h264e_pps_to_packet()
203 mpp_writer_put_se(bit, (int8_t) - intra_scl[zigzag[run]]); in h264e_pps_to_packet()
206 for (run = len2; run > 1; run --) in h264e_pps_to_packet()
207 if (inter_scl[zigzag[run - 1]] != inter_scl[zigzag[run - 2]]) in h264e_pps_to_packet()
209 for (j = 0; j < run; j ++) in h264e_pps_to_packet()
211 if (run < len2) in h264e_pps_to_packet()
212 mpp_writer_put_se(bit, (int8_t) - inter_scl[zigzag[run]]); in h264e_pps_to_packet()