Home
last modified time | relevance | path

Searched refs:ff_zigzag_scan (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmathtables.c109 const uint8_t ff_zigzag_scan[16+1] = { variable
H A Dmathops.h37 extern const uint8_t ff_zigzag_scan[16+1];
H A Dtscc2.c173 c->block[ff_zigzag_scan[bpos++]] = val; in tscc2_decode_mb()
H A Dvp8.c608 memcpy(s->prob[0].scan, ff_zigzag_scan, sizeof(s->prob[0].scan)); in vp7_decode_frame_header()
684 s->prob[0].scan[i] = ff_zigzag_scan[vp8_rac_get_uint(c, 4)]; in vp7_decode_frame_header()
1441 token_prob, qmul, ff_zigzag_scan, IS_VP8); in vp8_decode_block_coeffs_internal()
1489 ff_zigzag_scan, is_vp7); in decode_mb_coeffs()
2878 memcpy(s->prob[0].scan, ff_zigzag_scan, sizeof(s->prob[0].scan)); in vp78_decode_init()
H A Ddxva2_h264.c183 qm->bScalingLists4x4[i][j] = pps->scaling_matrix4[i][ff_zigzag_scan[j]]; in fill_scaling_lists()
H A Dh264_ps.c256 const uint8_t *scan = size == 16 ? ff_zigzag_scan : ff_zigzag_direct; in decode_scaling_list()
H A Dh264_slice.c761 h->zigzag_scan[i] = TRANSPOSE(ff_zigzag_scan[i]); in init_scan_tables()
774 memcpy(h->zigzag_scan_q0 , ff_zigzag_scan , sizeof(h->zigzag_scan_q0 )); in init_scan_tables()
H A Dsvq3.c300 luma_dc_zigzag_scan, ff_zigzag_scan, svq3_scan, ff_h264_chroma_dc_scan in svq3_decode_block()

Completed in 14 milliseconds