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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
62 int max_blocks_high = num_4x4_h;
76 for (r = 0; r < num_4x4_h; r += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
H A Dvp9_reconinter.c334 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
336 const int bh = 4 * num_4x4_h;
341 for (y = 0; y < num_4x4_h; ++y)
560 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
562 const int bh = 4 * num_4x4_h;
567 for (y = 0; y < num_4x4_h; ++y)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
62 int max_blocks_high = num_4x4_h;
76 for (r = 0; r < num_4x4_h; r += (1 << tx_size)) {
84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
H A Dvp9_reconinter.c211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
213 const int bh = 4 * num_4x4_h;
218 for (y = 0; y < num_4x4_h; ++y)
394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
396 const int bh = 4 * num_4x4_h;
401 for (y = 0; y < num_4x4_h; ++y)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.c400 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
408 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h);
413 for (i = 0; i < num_4x4_h; i += 2)
419 for (i = 0; i < num_4x4_h; i += 4)
425 for (i = 0; i < num_4x4_h; i += 8)
H A Dvp9_encodemv.c250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_bitstream.c270 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
271 for (idy = 0; idy < 2; idy += num_4x4_h) {
304 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
306 for (idy = 0; idy < 2; idy += num_4x4_h) {
353 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
356 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_encodeframe.c3536 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
3537 for (idy = 0; idy < 2; idy += num_4x4_h)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_bitstream.c273 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
274 for (idy = 0; idy < 2; idy += num_4x4_h) {
306 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
308 for (idy = 0; idy < 2; idy += num_4x4_h) {
356 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
359 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_onyx_if.c1046 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
1047 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h);
1084 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
1085 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h);
H A Dvp9_rdopt.c705 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
713 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h);
718 for (i = 0; i < num_4x4_h; i += 2)
724 for (i = 0; i < num_4x4_h; i += 4)
730 for (i = 0; i < num_4x4_h; i += 8)
H A Dvp9_encodeframe.c2500 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
2501 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h);
3524 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
3525 for (idy = 0; idy < 2; idy += num_4x4_h)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c474 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local
478 for (idy = 0; idy < 2; idy += num_4x4_h) {
501 if (num_4x4_h == 2)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c470 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local
474 for (idy = 0; idy < 2; idy += num_4x4_h) {
497 if (num_4x4_h == 2)

Completed in 391 milliseconds