Searched refs:ff_zigzag_scan (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mathtables.c | 109 const uint8_t ff_zigzag_scan[16+1] = { variable
|
H A D | mathops.h | 37 extern const uint8_t ff_zigzag_scan[16+1];
|
H A D | tscc2.c | 173 c->block[ff_zigzag_scan[bpos++]] = val; in tscc2_decode_mb()
|
H A D | vp8.c | 608 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 D | dxva2_h264.c | 183 qm->bScalingLists4x4[i][j] = pps->scaling_matrix4[i][ff_zigzag_scan[j]]; in fill_scaling_lists()
|
H A D | h264_ps.c | 256 const uint8_t *scan = size == 16 ? ff_zigzag_scan : ff_zigzag_direct; in decode_scaling_list()
|
H A D | h264_slice.c | 761 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 D | svq3.c | 300 luma_dc_zigzag_scan, ff_zigzag_scan, svq3_scan, ff_h264_chroma_dc_scan in svq3_decode_block()
|
Completed in 14 milliseconds