Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c130 static const uint8_t hilbert_offset[16][2] = { variable
398 x = 4 * sb_x + hilbert_offset[i][0]; in init_block_mapping()
399 y = 4 * sb_y + hilbert_offset[i][1]; in init_block_mapping()
1596 int hx = hilbert_offset[j][0]; in vp4_unpack_dct_coeffs()
1597 int hy = hilbert_offset[j][1]; in vp4_unpack_dct_coeffs()
2115 x = 4 * sb_x + hilbert_offset[j][0]; in render_slice()
2116 y = 4 * sb_y + hilbert_offset[j][1]; in render_slice()