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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_cabac.c1075 const uint8_t *scan_x_cg, *scan_y_cg, *scan_x_off, *scan_y_off; local
1216 scan_x_cg = scan_1x1;
1220 scan_x_cg = diag_scan2x2_x;
1224 scan_x_cg = ff_hevc_diag_scan4x4_x;
1228 scan_x_cg = ff_hevc_diag_scan8x8_x;
1234 scan_x_cg = horiz_scan2x2_x;
1241 scan_x_cg = horiz_scan2x2_y;
1263 x_cg = scan_x_cg[i];

Completed in 55 milliseconds