Home
last modified time | relevance | path

Searched refs:ff_hevc_diag_scan4x4_y (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_data.c32 const uint8_t ff_hevc_diag_scan4x4_y[16] = { variable
Dhevc_data.h27 extern const uint8_t ff_hevc_diag_scan4x4_y[16];
Dnvdec_hevc.c51 pos = 4 * ff_hevc_diag_scan4x4_y[j] + ff_hevc_diag_scan4x4_x[j]; in fill_scaling_lists()
Dhevc_cabac.c1189 scan_y_off = ff_hevc_diag_scan4x4_y; in ff_hevc_hls_residual_coding()
1201 scan_y_cg = ff_hevc_diag_scan4x4_y; in ff_hevc_hls_residual_coding()
Ddxva2_hevc.c209 pos = 4 * ff_hevc_diag_scan4x4_y[j] + ff_hevc_diag_scan4x4_x[j]; in fill_scaling_lists()
Dvdpau_hevc.c78 uint8_t pos = 4 * ff_hevc_diag_scan4x4_y[j] + ff_hevc_diag_scan4x4_x[j]; in vdpau_hevc_start_frame()
Dhevc_ps.c829 pos = 4 * ff_hevc_diag_scan4x4_y[i] + in scaling_list_data()