HomeSort by relevance Sort by last modified time
    Searched refs:num_4x4_h (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.c 51 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)
vp9_reconinter.c 334 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/
vp9_blockd.c 51 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)
vp9_reconinter.c 211 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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.c 51 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)
vp9_reconinter.c 211 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/
vp9_rd.c 400 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)
vp9_encodemv.c 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
vp9_bitstream.c 270 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) {
    [all...]
vp9_encodeframe.c 3536 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
vp9_bitstream.c 273 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) {
    [all...]
vp9_onyx_if.c 1046 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
1084 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
    [all...]
vp9_rdopt.c 705 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)
    [all...]
vp9_encodeframe.c 2500 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
3524 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
253 for (idy = 0; idy < 2; idy += num_4x4_h) {
vp9_bitstream.c 273 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) {
    [all...]
vp9_onyx_if.c 1089 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
1127 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
    [all...]
vp9_rdopt.c 705 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)
    [all...]
vp9_encodeframe.c 2334 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local
3360 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 474 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/
vp9_decodemv.c 470 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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 470 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 412 milliseconds