OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsizex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c
491
const uint32_t
bsizex
= bsize >> img1->x_chroma_shift;
local
530
for (j = 0; match && j < c_w; j +=
bsizex
) {
533
const int sj = mmin(j +
bsizex
, c_w - j);
556
for (j = 0; match && j < c_w; j +=
bsizex
) {
559
const int sj = mmin(j +
bsizex
, c_w - j);
583
const uint32_t
bsizex
= bsize >> img1->x_chroma_shift;
local
618
for (j = 0; match && j < c_w; j +=
bsizex
) {
621
const int sj = mmin(j +
bsizex
, c_w - j);
643
for (j = 0; match && j < c_w; j +=
bsizex
) {
646
const int sj = mmin(j +
bsizex
, c_w - j)
[
all
...]
/external/libvpx/libvpx/
vpxenc.c
474
const uint32_t
bsizex
= bsize >> img1->x_chroma_shift;
local
509
for (j = 0; match && j < c_w; j +=
bsizex
) {
512
const int sj = mmin(j +
bsizex
, c_w - j);
534
for (j = 0; match && j < c_w; j +=
bsizex
) {
537
const int sj = mmin(j +
bsizex
, c_w - j);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c
474
const uint32_t
bsizex
= bsize >> img1->x_chroma_shift;
local
509
for (j = 0; match && j < c_w; j +=
bsizex
) {
512
const int sj = mmin(j +
bsizex
, c_w - j);
534
for (j = 0; match && j < c_w; j +=
bsizex
) {
537
const int sj = mmin(j +
bsizex
, c_w - j);
[
all
...]
Completed in 66 milliseconds